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 Jan 1, 2024
1 parent 9c86151 commit 4a5d85d
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 41 deletions.
130 changes: 98 additions & 32 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.10", features = ["derive"] }
anyhow = "1.0.75"
clap = { version = "4.4.12", features = ["derive"] }
anyhow = "1.0.78"
indicatif = "0.17.7"
log = "0.4.20"
env_logger = "0.10"
serde_json = "1.0.108"
serde_json = "1.0.109"
serde_derive = "1.0.193"
serde = "1.0.193"
ctrlc = "3.4.1"
crossbeam-channel = "0.5.8"
ctrlc = "3.4.2"
crossbeam-channel = "0.5.10"
signal-hook = "0.3.17"
is-terminal = "0.4.9"
is-terminal = "0.4.10"
6 changes: 3 additions & 3 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.10", features = ["derive"] }
anyhow = "1.0.75"
clap = { version = "4.4.12", features = ["derive"] }
anyhow = "1.0.78"

[dev-dependencies]
assert_cmd = "2.0.12"
predicates = "3.0.4"
assert_fs = "1.0.13"
assert_fs = "1.1.0"

0 comments on commit 4a5d85d

Please sign in to comment.