Loading codegen/Cargo.toml +3 −3 Original line number Diff line number Diff line Loading @@ -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" crates/s3s-aws/Cargo.toml +7 −7 Original line number Diff line number Diff line Loading @@ -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" crates/s3s-fs/Cargo.toml +24 −24 Original line number Diff line number Diff line Loading @@ -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"] } crates/s3s-policy/Cargo.toml +3 −3 Original line number Diff line number Diff line Loading @@ -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" crates/s3s-proxy/Cargo.toml +8 −8 Original line number Diff line number Diff line Loading @@ -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", Loading @@ -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"] } Loading
codegen/Cargo.toml +3 −3 Original line number Diff line number Diff line Loading @@ -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"
crates/s3s-aws/Cargo.toml +7 −7 Original line number Diff line number Diff line Loading @@ -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"
crates/s3s-fs/Cargo.toml +24 −24 Original line number Diff line number Diff line Loading @@ -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"] }
crates/s3s-policy/Cargo.toml +3 −3 Original line number Diff line number Diff line Loading @@ -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"
crates/s3s-proxy/Cargo.toml +8 −8 Original line number Diff line number Diff line Loading @@ -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", Loading @@ -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"] }