Loading Cargo.lock +6 −6 Original line number Diff line number Diff line Loading @@ -758,9 +758,9 @@ dependencies = [ [[package]] name = "clap" version = "4.5.32" version = "4.5.34" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83" checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff" dependencies = [ "clap_builder", "clap_derive", Loading @@ -768,9 +768,9 @@ dependencies = [ [[package]] name = "clap_builder" version = "4.5.32" version = "4.5.34" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8" checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489" dependencies = [ "anstream", "anstyle", Loading Loading @@ -2791,9 +2791,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "std-next" version = "0.1.6" version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "010060e42914bae67189a6fc13e095d6f7cdc73fc322b23eb9e4bd844a530f21" checksum = "1258af3e6890fc6369f89e9d5c052c3406707aef3f8e836697155fb6e07153bf" dependencies = [ "simdutf8", "thiserror", Loading codegen/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ workspace = true scoped-writer = "0.3.0" heck = "0.5.0" nugine-rust-utils = "0.3.1" std-next = "0.1.6" std-next = "0.1.8" numeric_cast = "0.3.0" regex = "1.11.1" serde = { version = "1.0.219", features = ["derive"] } Loading crates/s3s-aws/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ 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-rc.1", path = "../s3s" } std-next = "0.1.6" std-next = "0.1.8" sync_wrapper = "1.0.2" tracing = "0.1.41" transform-stream = "0.3.1" crates/s3s-fs/Cargo.toml +2 −2 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ chrono = { version = "0.4.40", default-features = false, features = [ "std", "clock", ] } clap = { version = "4.5.32", optional = true, features = ["derive"] } clap = { version = "4.5.34", optional = true, features = ["derive"] } crc32c = "0.6.8" futures = "0.3.31" hex-simd = "0.8.0" Loading @@ -40,7 +40,7 @@ hyper-util = { version = "0.1.10", optional = true, features = [ ] } md-5 = "0.10.6" mime = "0.3.17" std-next = "0.1.6" std-next = "0.1.8" numeric_cast = "0.3.0" path-absolutize = "3.1.1" s3s = { version = "0.11.0-rc.1", path = "../s3s" } Loading crates/s3s-proxy/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ aws-config = { version = "1.6.0", default-features = false, features = [ ] } aws-credential-types = "1.2.2" aws-sdk-s3 = "1.79.0" clap = { version = "4.5.32", features = ["derive"] } clap = { version = "4.5.34", features = ["derive"] } hyper-util = { version = "0.1.10", features = [ "server-auto", "server-graceful", Loading Loading
Cargo.lock +6 −6 Original line number Diff line number Diff line Loading @@ -758,9 +758,9 @@ dependencies = [ [[package]] name = "clap" version = "4.5.32" version = "4.5.34" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83" checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff" dependencies = [ "clap_builder", "clap_derive", Loading @@ -768,9 +768,9 @@ dependencies = [ [[package]] name = "clap_builder" version = "4.5.32" version = "4.5.34" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8" checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489" dependencies = [ "anstream", "anstyle", Loading Loading @@ -2791,9 +2791,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "std-next" version = "0.1.6" version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "010060e42914bae67189a6fc13e095d6f7cdc73fc322b23eb9e4bd844a530f21" checksum = "1258af3e6890fc6369f89e9d5c052c3406707aef3f8e836697155fb6e07153bf" dependencies = [ "simdutf8", "thiserror", Loading
codegen/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ workspace = true scoped-writer = "0.3.0" heck = "0.5.0" nugine-rust-utils = "0.3.1" std-next = "0.1.6" std-next = "0.1.8" numeric_cast = "0.3.0" regex = "1.11.1" serde = { version = "1.0.219", features = ["derive"] } Loading
crates/s3s-aws/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ 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-rc.1", path = "../s3s" } std-next = "0.1.6" std-next = "0.1.8" sync_wrapper = "1.0.2" tracing = "0.1.41" transform-stream = "0.3.1"
crates/s3s-fs/Cargo.toml +2 −2 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ chrono = { version = "0.4.40", default-features = false, features = [ "std", "clock", ] } clap = { version = "4.5.32", optional = true, features = ["derive"] } clap = { version = "4.5.34", optional = true, features = ["derive"] } crc32c = "0.6.8" futures = "0.3.31" hex-simd = "0.8.0" Loading @@ -40,7 +40,7 @@ hyper-util = { version = "0.1.10", optional = true, features = [ ] } md-5 = "0.10.6" mime = "0.3.17" std-next = "0.1.6" std-next = "0.1.8" numeric_cast = "0.3.0" path-absolutize = "3.1.1" s3s = { version = "0.11.0-rc.1", path = "../s3s" } Loading
crates/s3s-proxy/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ aws-config = { version = "1.6.0", default-features = false, features = [ ] } aws-credential-types = "1.2.2" aws-sdk-s3 = "1.79.0" clap = { version = "4.5.32", features = ["derive"] } clap = { version = "4.5.34", features = ["derive"] } hyper-util = { version = "0.1.10", features = [ "server-auto", "server-graceful", Loading