Skip to content

Commit

Permalink
Merge pull request #183 from dandi/dependabot/cargo/deps-703046c838
Browse files Browse the repository at this point in the history
[cargo](deps): Bump the deps group with 24 updates
  • Loading branch information
jwodder authored Aug 19, 2024
2 parents e82610c + 30c02e7 commit 6d87388
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 54 deletions.
122 changes: 73 additions & 49 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ aws-smithy-runtime-api = "1.7.1"
aws-smithy-types-convert = { version = "0.60.8", features = ["convert-time"] }
axum = { version = "0.7.5", default-features = false, features = ["http1", "tokio", "tower-log"] }
bytes = "1.7.1"
clap = { version = "4.5.15", default-features = false, features = ["derive", "error-context", "help", "std", "suggestions", "usage", "wrap_help"] }
clap = { version = "4.5.16", default-features = false, features = ["derive", "error-context", "help", "std", "suggestions", "usage", "wrap_help"] }
enum_dispatch = "0.3.13"
futures-util = "0.3.30"
humansize = "2.1.3"
Expand All @@ -37,15 +37,15 @@ pin-project = "1.1.5"
reqwest = { version = "0.12.5", default-features = false, features = ["json", "rustls-tls-native-roots"] }
reqwest-middleware = "0.3.3"
reqwest-retry = "0.6.1"
serde = { version = "1.0.206", features = ["derive"] }
serde_json = { version = "1.0.124", features = ["preserve_order"] }
serde = { version = "1.0.208", features = ["derive"] }
serde_json = { version = "1.0.125", features = ["preserve_order"] }
serde_yaml = "0.9.34"
smartstring = "1.0.1"
tera = { version = "1.20.0", default-features = false }
thiserror = "1.0.63"
time = { version = "0.3.36", features = ["formatting", "macros", "parsing", "serde"] }
tokio = { version = "1.39.2", features = ["macros", "net", "rt-multi-thread"] }
tower = "0.4.13"
tokio = { version = "1.39.3", features = ["macros", "net", "rt-multi-thread"] }
tower = { version = "0.5.0", features = ["util"] }
tower-http = { version = "0.5.2", features = ["set-header", "trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["local-time", "time"] }
Expand Down

0 comments on commit 6d87388

Please sign in to comment.