Skip to content

Commit

Permalink
Upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jun 17, 2024
1 parent 4ff246e commit aff941a
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 67 deletions.
116 changes: 55 additions & 61 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 @@ -29,8 +29,8 @@ log.workspace = true
precious-core.workspace = true

[workspace.dependencies]
anyhow = "1.0.83"
clap = { version = "4.5.4", features = ["cargo", "derive", "wrap_help"] }
anyhow = "1.0.86"
clap = { version = "4.5.7", features = ["cargo", "derive", "wrap_help"] }
clean-path = "0.2.1"
comfy-table = "7.1.1"
env_logger = "0.11.3"
Expand All @@ -50,13 +50,13 @@ pretty_assertions = "1.4.0"
prettytable = "0.10.0"
pushd = "0.0.1"
rayon = "1.10.0"
regex = "1.10.4"
serde = { version = "1.0.202", features = ["derive"] }
regex = "1.10.5"
serde = { version = "1.0.203", features = ["derive"] }
serial_test = "3.1.1"
tempfile = "3.10.1"
test-case = "3.3.1"
thiserror = "1.0.60"
toml = "0.8.13"
thiserror = "1.0.61"
toml = "0.8.14"
which = ">= 3.0.0, < 5.0.0"

[workspace]
Expand Down

0 comments on commit aff941a

Please sign in to comment.