From 0c339900a6ee7401d58690f72353fd7a502d4eb9 Mon Sep 17 00:00:00 2001 From: ThatNintendoNerd Date: Wed, 29 May 2024 18:43:04 -0700 Subject: [PATCH] Update dependencies --- lvd_lib/Cargo.toml | 2 +- yamlvd/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lvd_lib/Cargo.toml b/lvd_lib/Cargo.toml index deb1086..4f76151 100644 --- a/lvd_lib/Cargo.toml +++ b/lvd_lib/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" [dependencies] binrw = "0.13.3" modular-bitfield = "0.11.2" -thiserror = "1.0.57" +thiserror = "1.0.61" serde = { version = "1.0", features = ["derive"], optional = true } [features] diff --git a/yamlvd/Cargo.toml b/yamlvd/Cargo.toml index 8206794..4767d89 100644 --- a/yamlvd/Cargo.toml +++ b/yamlvd/Cargo.toml @@ -5,6 +5,6 @@ authors = ["ThatNintendoNerd", "jam1garner <8260240+jam1garner@users.noreply.git edition = "2021" [dependencies] -clap = { version = "4.5.1", features = ["derive"] } +clap = { version = "4.5.4", features = ["derive"] } lvd_lib = { path = "../lvd_lib", features = ["serde"] } serde_yaml = { version = "0.9" }