Skip to content

Commit

Permalink
Upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jul 21, 2024
1 parent f09f514 commit 2b35b64
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
35 changes: 17 additions & 18 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ serde = { version = "1.0.204", features = ["derive"] }
strum = { version = "0.26.3", features = ["derive"] }
tempfile = "3.10.1"
test-case = "3.3.1"
thiserror = "1.0.62"
tokio = { version = "1.38.0", default-features = false, features = ["macros", "rt"] }
thiserror = "1.0.63"
tokio = { version = "1.38.1", default-features = false, features = ["macros", "rt"] }
url = { version = "2.5.2", features = ["serde"] }
xz = "0.1.0"
# This disables all the features that require C compilation, which greatly
# simplifies cross-platform builds.
zip = { version = "2.1.3", default-features = false, features = [
zip = { version = "2.1.5", default-features = false, features = [
"aes-crypto",
"bzip2",
"deflate",
Expand Down

0 comments on commit 2b35b64

Please sign in to comment.