Commit a4a7ff00 authored by Nugine's avatar Nugine
Browse files

build(deps): upgrade

parent ca220b8f
Loading
Loading
Loading
Loading
+499 −160

File changed.

Preview size limit exceeded, changes collapsed.

+5 −5
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@ workspace = true
scoped-writer = "0.3.0"
heck = "0.5.0"
nugine-rust-utils = "0.3.1"
std-next = "0.1.1"
std-next = "0.1.6"
numeric_cast = "0.3.0"
regex = "1.11.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.128", features = ["preserve_order"] }
regex = "1.11.1"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = { version = "1.0.140", features = ["preserve_order"] }
serde_urlencoded = "0.7.1"
s3s-model = { version = "0.11.0-dev", path = "../crates/s3s-model" }
http = "1.2.0"
http = "1.3.1"
+10 −10
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@ license.workspace = true
workspace = true

[dependencies]
async-trait = "0.1.83"
aws-sdk-s3 = "1.77.0"
aws-smithy-runtime-api = { version = "1.7.2", features = ["client", "http-1x"] }
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"
async-trait = "0.1.88"
aws-sdk-s3 = "1.79.0"
aws-smithy-runtime-api = { version = "1.7.4", features = ["client", "http-1x"] }
aws-smithy-types = { version = "1.3.0", features = ["http-body-1-x"] }
aws-smithy-types-convert = { version = "0.60.9", features = ["convert-time"] }
hyper = "1.6.0"
s3s = { version = "0.11.0-dev", path = "../s3s" }
std-next = "0.1.1"
sync_wrapper = "1.0.1"
tracing = "0.1.40"
transform-stream = "0.3.0"
std-next = "0.1.6"
sync_wrapper = "1.0.2"
tracing = "0.1.41"
transform-stream = "0.3.1"
+5 −5
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@ workspace = true

[dependencies]
s3s-test = { version = "0.11.0-dev", path = "../s3s-test" }
tracing = "0.1.40"
aws-credential-types = "1.2.1"
aws-sdk-s3 = "1.77.0"
aws-sdk-sts = { version = "1.61.0", features = ["behavior-version-latest"] }
tracing = "0.1.41"
aws-credential-types = "1.2.2"
aws-sdk-s3 = "1.79.0"
aws-sdk-sts = { version = "1.63.0", features = ["behavior-version-latest"] }

[dependencies.aws-config]
version = "1.5.17"
version = "1.6.0"
default-features = false
features = ["behavior-version-latest"]

+22 −22
Original line number Diff line number Diff line
@@ -20,18 +20,18 @@ required-features = ["binary"]
binary = ["tokio/full", "dep:clap", "dep:tracing-subscriber", "dep:hyper-util"]

[dependencies]
async-trait = "0.1.83"
async-trait = "0.1.88"
base64-simd = "0.8.0"
bytes = "1.7.2"
bytes = "1.10.1"
chrono = { version = "0.4.40", default-features = false, features = [
    "std",
    "clock",
] }
clap = { version = "4.5.31", optional = true, features = ["derive"] }
clap = { version = "4.5.32", optional = true, features = ["derive"] }
crc32c = "0.6.8"
futures = "0.3.31"
hex-simd = "0.8.0"
hyper-util = { version = "0.1.9", optional = true, features = [
hyper-util = { version = "0.1.10", optional = true, features = [
    "server-auto",
    "server-graceful",
    "http1",
@@ -40,30 +40,30 @@ hyper-util = { version = "0.1.9", optional = true, features = [
] }
md-5 = "0.10.6"
mime = "0.3.17"
std-next = "0.1.1"
std-next = "0.1.6"
numeric_cast = "0.3.0"
path-absolutize = "3.1.1"
s3s = { version = "0.11.0-dev", path = "../s3s" }
serde_json = "1.0.128"
thiserror = "2.0.3"
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.18", optional = true, features = [
serde_json = "1.0.140"
thiserror = "2.0.12"
time = "0.3.41"
tokio = { version = "1.44.1", features = ["fs", "io-util"] }
tokio-util = { version = "0.7.14", features = ["io"] }
tracing = "0.1.41"
tracing-error = "0.2.1"
tracing-subscriber = { version = "0.3.19", optional = true, features = [
    "env-filter",
    "time",
] }
transform-stream = "0.3.0"
uuid = { version = "1.15.1", features = ["v4"] }
transform-stream = "0.3.1"
uuid = { version = "1.16.0", features = ["v4"] }

[dev-dependencies]
anyhow = { version = "1.0.89", features = ["backtrace"] }
aws-config = { version = "1.5.17", default-features = false }
aws-credential-types = { version = "1.2.1", features = ["test-util"] }
aws-sdk-s3 = { version = "1.77.0", features = ["behavior-version-latest"] }
once_cell = "1.20.2"
anyhow = { version = "1.0.97", features = ["backtrace"] }
aws-config = { version = "1.6.0", default-features = false }
aws-credential-types = { version = "1.2.2", features = ["test-util"] }
aws-sdk-s3 = { version = "1.79.0", features = ["behavior-version-latest"] }
once_cell = "1.21.1"
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"] }
tokio = { version = "1.44.1", features = ["full"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "time"] }
Loading