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] authored Nov 1, 2023
1 parent 5bb1270 commit 3530884
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 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 @@ -66,14 +66,14 @@ members = [
]

[dependencies]
clap = { version = "4.4.6", features = ["derive"] }
clap = { version = "4.4.7", features = ["derive"] }
anyhow = "1.0.75"
indicatif = "0.17.7"
log = "0.4.20"
env_logger = "0.10"
serde_json = "1.0.107"
serde_derive = "1.0.188"
serde = "1.0.188"
serde_json = "1.0.108"
serde_derive = "1.0.190"
serde = "1.0.190"
ctrlc = "3.4.1"
crossbeam-channel = "0.5.8"
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 @@ -10,7 +10,7 @@ name = "grrs"
path = "src/main.rs"

[dependencies]
clap = { version = "4.4.6", features = ["derive"] }
clap = { version = "4.4.7", features = ["derive"] }
anyhow = "1.0.75"

[dev-dependencies]
Expand Down

0 comments on commit 3530884

Please sign in to comment.