Skip to content

Commit

Permalink
chore(deps): update compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent 92effb4 commit 1b61533
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ members = [

[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
anyhow = "1.0.81"
anyhow = "1.0.82"
indicatif = "0.17.8"
log = "0.4.21"
env_logger = "0.11"
serde_json = "1.0.115"
serde_derive = "1.0.197"
serde = "1.0.197"
serde_json = "1.0.116"
serde_derive = "1.0.199"
serde = "1.0.199"
ctrlc = "3.4.4"
crossbeam-channel = "0.5.12"
signal-hook = "0.3.17"
Expand Down
2 changes: 1 addition & 1 deletion src/tutorial/testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "src/main.rs"

[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
anyhow = "1.0.81"
anyhow = "1.0.82"

[dev-dependencies]
assert_cmd = "2.0.14"
Expand Down

0 comments on commit 1b61533

Please sign in to comment.