Skip to content

Commit

Permalink
Upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Nov 5, 2024
1 parent 0b8154a commit ed5b961
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 deletions.
100 changes: 50 additions & 50 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.89"
clap = { version = "4.5.19", features = ["cargo", "derive", "wrap_help"] }
anyhow = "1.0.92"
clap = { version = "4.5.20", features = ["cargo", "derive", "wrap_help"] }
clean-path = "0.2.1"
comfy-table = "7.1.1"
env_logger = "0.11.5"
Expand All @@ -42,20 +42,20 @@ itertools = ">= 0.9.0, < 0.11.0"
log = "0.4.22"
md5 = "0.7.0"
once_cell = "1.20.2"
pathdiff = "0.2.1"
pathdiff = "0.2.2"
precious-core = { version = "0.7.3", path = "./precious-core" }
precious-helpers = { version = "0.7.3", path = "./precious-helpers" }
precious-testhelper = { version = "0.7.3", path = "./precious-testhelper" }
pretty_assertions = "1.4.1"
prettytable = "0.10.0"
pushd = "0.0.1"
rayon = "1.10.0"
regex = "1.11.0"
serde = { version = "1.0.210", features = ["derive"] }
regex = "1.11.1"
serde = { version = "1.0.214", features = ["derive"] }
serial_test = "3.1.1"
tempfile = "3.13.0"
test-case = "3.3.1"
thiserror = "1.0.64"
thiserror = "1.0.68"
toml = "0.8.19"
which = ">= 3.0.0, < 5.0.0"

Expand Down

0 comments on commit ed5b961

Please sign in to comment.