Skip to content

Commit

Permalink
build(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine committed Sep 19, 2024
1 parent 5340484 commit e015724
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 73 deletions.
6 changes: 3 additions & 3 deletions 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.9.3"
serde = { version = "1.0.183", features = ["derive"] }
serde_json = { version = "1.0.104", features = ["preserve_order"] }
regex = "1.10.6"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.128", features = ["preserve_order"] }
serde_urlencoded = "0.7.1"
14 changes: 7 additions & 7 deletions crates/s3s-aws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ repository.workspace = true
license.workspace = true

[dependencies]
async-trait = "0.1.73"
aws-sdk-s3 = "1.17.0"
aws-smithy-runtime-api = { version = "1.2.0", features = ["client", "http-1x"] }
aws-smithy-types = { version = "1.1.8", features = ["http-body-1-x"] }
async-trait = "0.1.82"
aws-sdk-s3 = "1.51.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-convert = { version = "0.60.8", features = ["convert-time"] }
hyper = "1.1.0"
hyper = "1.4.1"
s3s = { version = "0.11.0-dev", path = "../s3s" }
sync_wrapper = "1.0.0"
tracing = "0.1.37"
sync_wrapper = "1.0.1"
tracing = "0.1.40"
transform-stream = "0.3.0"
48 changes: 24 additions & 24 deletions crates/s3s-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,50 +17,50 @@ required-features = ["binary"]
binary = ["tokio/full", "dep:clap", "dep:tracing-subscriber", "dep:hyper-util"]

[dependencies]
async-trait = "0.1.73"
async-trait = "0.1.82"
base64-simd = "0.8.0"
bytes = "1.4.0"
chrono = { version = "0.4.26", default-features = false, features = [
bytes = "1.7.2"
chrono = { version = "0.4.38", default-features = false, features = [
"std",
"clock",
] }
clap = { version = "4.3.21", optional = true, features = ["derive"] }
crc32c = "0.6.4"
futures = "0.3.28"
clap = { version = "4.5.17", optional = true, features = ["derive"] }
crc32c = "0.6.8"
futures = "0.3.30"
hex-simd = "0.8.0"
hyper-util = { version = "0.1.5", optional = true, features = [
hyper-util = { version = "0.1.8", optional = true, features = [
"server-auto",
"server-graceful",
"http1",
"http2",
"tokio",
] }
md-5 = "0.10.5"
md-5 = "0.10.6"
mime = "0.3.17"
nugine-rust-utils = "0.3.1"
numeric_cast = "0.2.1"
path-absolutize = "3.1.0"
path-absolutize = "3.1.1"
s3s = { version = "0.11.0-dev", path = "../s3s" }
serde_json = "1.0.104"
thiserror = "1.0.45"
time = "0.3.25"
tokio = { version = "1.31.0", features = ["fs", "io-util"] }
tokio-util = { version = "0.7.8", features = ["io"] }
tracing = "0.1.37"
serde_json = "1.0.128"
thiserror = "1.0.63"
time = "0.3.36"
tokio = { version = "1.40.0", features = ["fs", "io-util"] }
tokio-util = { version = "0.7.12", features = ["io"] }
tracing = "0.1.40"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.17", optional = true, features = [
tracing-subscriber = { version = "0.3.18", optional = true, features = [
"env-filter",
"time",
] }
transform-stream = "0.3.0"
uuid = { version = "1.4.1", features = ["v4"] }
uuid = { version = "1.10.0", features = ["v4"] }

[dev-dependencies]
anyhow = { version = "1.0.73", features = ["backtrace"] }
aws-config = { version = "1.1.2", default-features = false }
aws-credential-types = { version = "1.1.2", features = ["test-util"] }
aws-sdk-s3 = { version = "1.12.0", features = ["behavior-version-latest"] }
once_cell = "1.18.0"
anyhow = { version = "1.0.89", features = ["backtrace"] }
aws-config = { version = "1.5.6", 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"
s3s-aws = { version = "0.11.0-dev", path = "../s3s-aws" }
tokio = { version = "1.31.0", features = ["full"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "time"] }
tokio = { version = "1.40.0", features = ["full"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] }
6 changes: 3 additions & 3 deletions crates/s3s-policy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ repository.workspace = true
license.workspace = true

[dependencies]
indexmap = { version = "2.4.0", features = ["serde"] }
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
indexmap = { version = "2.5.0", features = ["serde"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
16 changes: 8 additions & 8 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.1.7", default-features = false, features = [
aws-config = { version = "1.5.6", default-features = false, features = [
"behavior-version-latest",
] }
aws-credential-types = "1.1.7"
aws-sdk-s3 = "1.17.0"
clap = { version = "4.3.21", features = ["derive"] }
hyper-util = { version = "0.1.5", features = [
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 = [
"server-auto",
"server-graceful",
"http1",
Expand All @@ -22,6 +22,6 @@ hyper-util = { version = "0.1.5", features = [
] }
s3s = { version = "0.11.0-dev", path = "../s3s" }
s3s-aws = { version = "0.11.0-dev", path = "../s3s-aws" }
tokio = { version = "1.31.0", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "time"] }
tokio = { version = "1.40.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] }
56 changes: 28 additions & 28 deletions crates/s3s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,49 +18,49 @@ openssl = ["dep:openssl"]
tower = ["dep:tower"]

[target.'cfg(not(windows))'.dependencies]
openssl = { version = "0.10.62", optional = true }
openssl = { version = "0.10.66", optional = true }

[dependencies]
arrayvec = "0.7.4"
async-trait = "0.1.73"
arrayvec = "0.7.6"
async-trait = "0.1.82"
atoi = { version = "2.0.0", default-features = false }
base64-simd = "0.8.0"
bytes = "1.4.0"
bytestring = "1.3.0"
chrono = { version = "0.4.26", default-features = false }
crc32c = "0.6.4"
crc32fast = "1.3.2"
bytes = "1.7.2"
bytestring = "1.3.1"
chrono = { version = "0.4.38", default-features = false }
crc32c = "0.6.8"
crc32fast = "1.4.2"
digest = "0.10.7"
futures = { version = "0.3.28", default-features = false, features = ["std"] }
futures = { version = "0.3.30", default-features = false, features = ["std"] }
hex-simd = "0.8.0"
hmac = "0.12.1"
http-body = "1.0.0"
http-body-util = "0.1.1"
httparse = "1.8.0"
hyper = { version = "1.1.0", features = ["http1", "server"] }
itoa = "1.0.9"
memchr = "2.6.2"
http-body = "1.0.1"
http-body-util = "0.1.2"
httparse = "1.9.4"
hyper = { version = "1.4.1", features = ["http1", "server"] }
itoa = "1.0.11"
memchr = "2.7.4"
mime = "0.3.17"
nom = "7.1.3"
nugine-rust-utils = "0.3.1"
numeric_cast = "0.2.1"
pin-project-lite = "0.2.12"
pin-project-lite = "0.2.14"
quick-xml = { version = "0.36.1", features = ["serialize"] }
serde = { version = "1.0.183", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_urlencoded = "0.7.1"
sha1 = "0.10.5"
sha2 = "0.10.7"
smallvec = "1.11.0"
thiserror = "1.0.45"
time = { version = "0.3.25", features = ["formatting", "parsing", "macros"] }
tower = { version = "0.5.0", optional = true }
tracing = "0.1.37"
sha1 = "0.10.6"
sha2 = "0.10.8"
smallvec = "1.13.2"
thiserror = "1.0.63"
time = { version = "0.3.36", features = ["formatting", "parsing", "macros"] }
tower = { version = "0.5.1", optional = true }
tracing = "0.1.40"
transform-stream = "0.3.0"
urlencoding = "2.1.3"
zeroize = "1.6.0"
zeroize = "1.8.1"

sync_wrapper = { version = "1.0.0", default-features = false }
tokio = { version = "1.31.0", features = ["time"] }
sync_wrapper = { version = "1.0.1", default-features = false }
tokio = { version = "1.40.0", features = ["time"] }

[dev-dependencies]
tokio = { version = "1.31.0", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }

0 comments on commit e015724

Please sign in to comment.