Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatNintendoNerd committed Feb 28, 2024
1 parent e5de030 commit 5660bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lvd_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion yamlvd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ authors = ["ThatNintendoNerd", "jam1garner <[email protected]
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" }

0 comments on commit 5660bd3

Please sign in to comment.