Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/tar-0.4.41
Browse files Browse the repository at this point in the history
  • Loading branch information
dmartin authored Sep 3, 2024
2 parents 7767fe8 + 3efd36f commit c785b94
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 113 deletions.
159 changes: 49 additions & 110 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 @@ -20,13 +20,13 @@ aws-sdk-s3 = "1.17.0"
blake2 = "0.10.6"
clap = { version = "4.5.13", features = ["cargo"] }
env_logger = "0.11.5"
flate2 = "1.0.30"
flate2 = "1.0.33"
http = "1.1.0"
hyper = { version = "1.4.1", features = ["http1", "server"] }
hyper-staticfile = "0.10.1"
hyper-util = { version = "0.1.6", features = ["tokio"] }
hyper-util = { version = "0.1.7", features = ["tokio"] }
log = "0.4.22"
notify = "4.0.17"
tar = "0.4.41"
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
walkdir = "2.5.0"

0 comments on commit c785b94

Please sign in to comment.