Skip to content

Commit

Permalink
chore(deps): bump cargo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Oct 3, 2024
1 parent 1522e29 commit 548f7e0
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 43 deletions.
67 changes: 33 additions & 34 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ actix-service = "2.0.2"
actix-web = { version = "4.9.0", features = ["rustls-0_23", "compress-zstd"] }
ahash = "0.8.11"
anyhow = "1.0.89"
async-trait = "0.1.82"
aws-config = { version = "1.5.6", features = ["behavior-version-latest"] }
aws-sdk-s3 = { version = "1.51.0", features = ["behavior-version-latest"] }
async-trait = "0.1.83"
aws-config = { version = "1.5.7", features = ["behavior-version-latest"] }
aws-sdk-s3 = { version = "1.53.0", features = ["behavior-version-latest"] }
chrono = { version = "0.4.38", features = ["serde"] }
cidr = "0.2.3"
clap = { version = "4.5.16", features = ["derive", "env"] }
cidr = "0.3.0"
clap = { version = "4.5.19", features = ["derive", "env"] }
clap-markdown = "0.1.4"
dashmap = "6.0.1"
futures = "0.3.30"
Expand All @@ -62,7 +62,7 @@ redis = { version = "0.27.0", features = [
"tokio-rustls-comp",
"cluster",
] }
reqwest = { version = "0.12.7", default-features = false, features = [
reqwest = { version = "0.12.8", default-features = false, features = [
"json",
"rustls-tls",
"native-tls",
Expand All @@ -72,8 +72,8 @@ rustls = { version = "0.23.13", default-features = false, features = [
"ring",
"std",
] }
rustls-pemfile = "2.1.2"
rustls-pki-types = "1.8.0"
rustls-pemfile = "2.2.0"
rustls-pki-types = "1.9.0"
semver = "1.0.23"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
Expand Down Expand Up @@ -101,7 +101,7 @@ maplit = "1.0.2"
rand = "0.8.5"
test-case = "3.3.1"
testcontainers = "0.23.1"
testcontainers-modules = { version = "0.11.1", features = [
testcontainers-modules = { version = "0.11.2", features = [
"redis",
"localstack",
] }
Expand Down

0 comments on commit 548f7e0

Please sign in to comment.