From 5660bd39db1e63f43f04376951cd6be252f389b7 Mon Sep 17 00:00:00 2001 From: ThatNintendoNerd Date: Wed, 28 Feb 2024 15:14:15 -0800 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 ca2d270..deb1086 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.56" +thiserror = "1.0.57" serde = { version = "1.0", features = ["derive"], optional = true } [features] diff --git a/yamlvd/Cargo.toml b/yamlvd/Cargo.toml index 521e0f9..8206794 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.0", features = ["derive"] } +clap = { version = "4.5.1", features = ["derive"] } lvd_lib = { path = "../lvd_lib", features = ["serde"] } serde_yaml = { version = "0.9" }