Skip to content

Commit

Permalink
build(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine committed Oct 13, 2024
1 parent a68651d commit f073bdf
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ codegen-writer = "0.2.0"
heck = "0.5.0"
nugine-rust-utils = "0.3.1"
numeric_cast = "0.2.1"
regex = "1.10.6"
regex = "1.11.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.128", features = ["preserve_order"] }
serde_urlencoded = "0.7.1"
6 changes: 3 additions & 3 deletions crates/s3s-aws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ repository.workspace = true
license.workspace = true

[dependencies]
async-trait = "0.1.82"
aws-sdk-s3 = "1.51.0"
async-trait = "0.1.83"
aws-sdk-s3 = "1.56.0"
aws-smithy-runtime-api = { version = "1.7.2", features = ["client", "http-1x"] }
aws-smithy-types = { version = "1.2.6", features = ["http-body-1-x"] }
aws-smithy-types = { version = "1.2.7", features = ["http-body-1-x"] }
aws-smithy-types-convert = { version = "0.60.8", features = ["convert-time"] }
hyper = "1.4.1"
s3s = { version = "0.11.0-dev", path = "../s3s" }
Expand Down
16 changes: 8 additions & 8 deletions crates/s3s-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ required-features = ["binary"]
binary = ["tokio/full", "dep:clap", "dep:tracing-subscriber", "dep:hyper-util"]

[dependencies]
async-trait = "0.1.82"
async-trait = "0.1.83"
base64-simd = "0.8.0"
bytes = "1.7.2"
chrono = { version = "0.4.38", default-features = false, features = [
"std",
"clock",
] }
clap = { version = "4.5.17", optional = true, features = ["derive"] }
clap = { version = "4.5.20", optional = true, features = ["derive"] }
crc32c = "0.6.8"
futures = "0.3.30"
futures = "0.3.31"
hex-simd = "0.8.0"
hyper-util = { version = "0.1.8", optional = true, features = [
hyper-util = { version = "0.1.9", optional = true, features = [
"server-auto",
"server-graceful",
"http1",
Expand All @@ -42,7 +42,7 @@ numeric_cast = "0.2.1"
path-absolutize = "3.1.1"
s3s = { version = "0.11.0-dev", path = "../s3s" }
serde_json = "1.0.128"
thiserror = "1.0.63"
thiserror = "1.0.64"
time = "0.3.36"
tokio = { version = "1.40.0", features = ["fs", "io-util"] }
tokio-util = { version = "0.7.12", features = ["io"] }
Expand All @@ -57,10 +57,10 @@ uuid = { version = "1.10.0", features = ["v4"] }

[dev-dependencies]
anyhow = { version = "1.0.89", features = ["backtrace"] }
aws-config = { version = "1.5.6", default-features = false }
aws-config = { version = "1.5.8", default-features = false }
aws-credential-types = { version = "1.2.1", features = ["test-util"] }
aws-sdk-s3 = { version = "1.51.0", features = ["behavior-version-latest"] }
once_cell = "1.19.0"
aws-sdk-s3 = { version = "1.56.0", features = ["behavior-version-latest"] }
once_cell = "1.20.2"
s3s-aws = { version = "0.11.0-dev", path = "../s3s-aws" }
tokio = { version = "1.40.0", features = ["full"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] }
2 changes: 1 addition & 1 deletion crates/s3s-policy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true
license.workspace = true

[dependencies]
indexmap = { version = "2.5.0", features = ["serde"] }
indexmap = { version = "2.6.0", features = ["serde"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
thiserror = "1.0.64"
8 changes: 4 additions & 4 deletions crates/s3s-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ repository.workspace = true
license.workspace = true

[dependencies]
aws-config = { version = "1.5.6", default-features = false, features = [
aws-config = { version = "1.5.8", default-features = false, features = [
"behavior-version-latest",
] }
aws-credential-types = "1.2.1"
aws-sdk-s3 = "1.51.0"
clap = { version = "4.5.17", features = ["derive"] }
hyper-util = { version = "0.1.8", features = [
aws-sdk-s3 = "1.56.0"
clap = { version = "4.5.20", features = ["derive"] }
hyper-util = { version = "0.1.9", features = [
"server-auto",
"server-graceful",
"http1",
Expand Down
6 changes: 3 additions & 3 deletions crates/s3s-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ tokio = { version = "1.40.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] }
aws-credential-types = "1.2.1"
aws-sdk-s3 = "1.51.0"
clap = { version = "4.5.17", features = ["derive"] }
aws-sdk-s3 = "1.56.0"
clap = { version = "4.5.20", features = ["derive"] }
dotenvy = "0.15.7"
serde_json = "1.0.128"
indexmap = "2.6.0"
colored = "2.1.0"

[dependencies.aws-config]
version = "1.5.6"
version = "1.5.8"
default-features = false
features = ["behavior-version-latest"]
10 changes: 5 additions & 5 deletions crates/s3s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ openssl = { version = "0.10.66", optional = true }

[dependencies]
arrayvec = "0.7.6"
async-trait = "0.1.82"
async-trait = "0.1.83"
atoi = { version = "2.0.0", default-features = false }
base64-simd = "0.8.0"
bytes = "1.7.2"
Expand All @@ -31,12 +31,12 @@ chrono = { version = "0.4.38", default-features = false }
crc32c = "0.6.8"
crc32fast = "1.4.2"
digest = "0.10.7"
futures = { version = "0.3.30", default-features = false, features = ["std"] }
futures = { version = "0.3.31", default-features = false, features = ["std"] }
hex-simd = "0.8.0"
hmac = "0.12.1"
http-body = "1.0.1"
http-body-util = "0.1.2"
httparse = "1.9.4"
httparse = "1.9.5"
hyper = { version = "1.4.1", features = ["http1", "server"] }
itoa = "1.0.11"
memchr = "2.7.4"
Expand All @@ -45,13 +45,13 @@ nom = "7.1.3"
nugine-rust-utils = "0.3.1"
numeric_cast = "0.2.1"
pin-project-lite = "0.2.14"
quick-xml = { version = "0.36.1", features = ["serialize"] }
quick-xml = { version = "0.36.2", features = ["serialize"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_urlencoded = "0.7.1"
sha1 = "0.10.6"
sha2 = "0.10.8"
smallvec = "1.13.2"
thiserror = "1.0.63"
thiserror = "1.0.64"
time = { version = "0.3.36", features = ["formatting", "parsing", "macros"] }
tower = { version = "0.5.1", optional = true }
tracing = "0.1.40"
Expand Down

0 comments on commit f073bdf

Please sign in to comment.