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 Feb 1, 2024
1 parent eab8422 commit cd7103c
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 59 deletions.
79 changes: 31 additions & 48 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ members = [
]

[dependencies]
clap = { version = "4.4.12", features = ["derive"] }
anyhow = "1.0.78"
clap = { version = "4.4.18", features = ["derive"] }
anyhow = "1.0.79"
indicatif = "0.17.7"
log = "0.4.20"
env_logger = "0.10"
serde_json = "1.0.109"
serde_derive = "1.0.193"
serde = "1.0.193"
serde_json = "1.0.113"
serde_derive = "1.0.196"
serde = "1.0.196"
ctrlc = "3.4.2"
crossbeam-channel = "0.5.10"
crossbeam-channel = "0.5.11"
signal-hook = "0.3.17"
is-terminal = "0.4.10"
10 changes: 5 additions & 5 deletions src/tutorial/testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ name = "grrs"
path = "src/main.rs"

[dependencies]
clap = { version = "4.4.12", features = ["derive"] }
anyhow = "1.0.78"
clap = { version = "4.4.18", features = ["derive"] }
anyhow = "1.0.79"

[dev-dependencies]
assert_cmd = "2.0.12"
predicates = "3.0.4"
assert_fs = "1.1.0"
assert_cmd = "2.0.13"
predicates = "3.1.0"
assert_fs = "1.1.1"

0 comments on commit cd7103c

Please sign in to comment.