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.4.1" nugine-rust-utils = "0.3.1" numeric_cast = "0.2.1" regex = "1.9.1" serde = { version = "1.0.171", features = ["derive"] } serde_json = { version = "1.0.103", features = ["preserve_order"] } regex = "1.9.3" serde = { version = "1.0.183", features = ["derive"] } serde_json = { version = "1.0.104", features = ["preserve_order"] } serde_urlencoded = "0.7.1" crates/s3s-aws/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ keywords = ["s3"] categories = ["web-programming", "web-programming::http-server"] [dependencies] async-trait = "0.1.71" async-trait = "0.1.73" aws-sdk-s3 = "0.29.0" aws-smithy-http = { version = "0.56.0", features = ["event-stream"] } aws-smithy-runtime-api = { version = "0.56.0", features = ["client"] } Loading crates/s3s-fs/Cargo.toml +8 −8 Original line number Diff line number Diff line Loading @@ -17,11 +17,11 @@ required-features = ["binary"] binary = ["tokio/full", "dep:clap", "dep:tracing-subscriber", "dep:hyper"] [dependencies] async-trait = "0.1.71" async-trait = "0.1.73" base64-simd = "0.8.0" bytes = "1.4.0" chrono = { version = "0.4.26", default-features = false, features = ["std", "clock"] } clap = { version = "4.3.17", optional = true, features = ["derive"] } clap = { version = "4.3.21", optional = true, features = ["derive"] } crc32c = "0.6.4" crc32fast = "1.3.2" digest = "0.10.7" Loading @@ -34,12 +34,12 @@ nugine-rust-utils = "0.3.1" numeric_cast = "0.2.1" path-absolutize = "3.1.0" s3s = { version = "0.6.2-dev", path = "../s3s" } serde_json = "1.0.103" serde_json = "1.0.104" sha1 = "0.10.5" sha2 = "0.10.7" thiserror = "1.0.43" time = "0.3.23" tokio = { version = "1.29.1", features = ["fs", "io-util"] } 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" tracing-error = "0.2.0" Loading @@ -48,11 +48,11 @@ transform-stream = "0.3.0" uuid = { version = "1.4.1", features = ["v4"] } [dev-dependencies] anyhow = { version = "1.0.72", features = ["backtrace"] } anyhow = { version = "1.0.73", features = ["backtrace"] } aws-config = { version = "0.56.0", no-default-features = true } aws-credential-types = { version = "0.56.0", features = ["test-util"] } aws-sdk-s3 = "0.29.0" once_cell = "1.18.0" s3s-aws = { version = "0.6.2-dev", path = "../s3s-aws" } tokio = { version = "1.29.1", features = ["full"] } tokio = { version = "1.31.0", features = ["full"] } tracing-subscriber = { version = "0.3.17", features = ["env-filter", "time"] } crates/s3s-proxy/Cargo.toml +2 −2 Original line number Diff line number Diff line Loading @@ -8,10 +8,10 @@ publish = false aws-config = { version = "0.56.0", no-default-features = true } aws-credential-types = "0.56.0" aws-sdk-s3 = "0.29.0" clap = { version = "4.3.17", features = ["derive"] } clap = { version = "4.3.21", features = ["derive"] } hyper = { version = "0.14.27", features = ["full"] } s3s = { version = "0.6.2-dev", path = "../s3s" } s3s-aws = { version = "0.6.2-dev", path = "../s3s-aws" } tokio = { version = "1.29.1", features = ["full"] } tokio = { version = "1.31.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter", "time"] } crates/s3s/Cargo.toml +7 −7 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] arrayvec = "0.7.4" async-trait = "0.1.71" async-trait = "0.1.73" atoi = { version = "2.0.0", default-features = false } base64-simd = "0.8.0" bytes = "1.4.0" Loading @@ -33,19 +33,19 @@ memchr = "2.5.0" mime = "0.3.17" nom = "7.1.3" nugine-rust-utils = "0.3.1" pin-project-lite = "0.2.10" pin-project-lite = "0.2.12" quick-xml = { version = "0.30.0", features = ["serialize"] } serde = { version = "1.0.171", features = ["derive"] } serde = { version = "1.0.183", features = ["derive"] } serde_urlencoded = "0.7.1" sha1 = "0.10.5" sha2 = "0.10.7" smallvec = "1.11.0" thiserror = "1.0.43" time = { version = "0.3.23", features = ["formatting", "parsing", "macros"] } thiserror = "1.0.45" time = { version = "0.3.25", features = ["formatting", "parsing", "macros"] } tracing = "0.1.37" transform-stream = "0.3.0" urlencoding = "2.1.2" urlencoding = "2.1.3" zeroize = "1.6.0" [dev-dependencies] tokio = { version = "1.29.1", features = ["full"] } tokio = { version = "1.31.0", features = ["full"] } 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.4.1" nugine-rust-utils = "0.3.1" numeric_cast = "0.2.1" regex = "1.9.1" serde = { version = "1.0.171", features = ["derive"] } serde_json = { version = "1.0.103", features = ["preserve_order"] } regex = "1.9.3" serde = { version = "1.0.183", features = ["derive"] } serde_json = { version = "1.0.104", features = ["preserve_order"] } serde_urlencoded = "0.7.1"
crates/s3s-aws/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ keywords = ["s3"] categories = ["web-programming", "web-programming::http-server"] [dependencies] async-trait = "0.1.71" async-trait = "0.1.73" aws-sdk-s3 = "0.29.0" aws-smithy-http = { version = "0.56.0", features = ["event-stream"] } aws-smithy-runtime-api = { version = "0.56.0", features = ["client"] } Loading
crates/s3s-fs/Cargo.toml +8 −8 Original line number Diff line number Diff line Loading @@ -17,11 +17,11 @@ required-features = ["binary"] binary = ["tokio/full", "dep:clap", "dep:tracing-subscriber", "dep:hyper"] [dependencies] async-trait = "0.1.71" async-trait = "0.1.73" base64-simd = "0.8.0" bytes = "1.4.0" chrono = { version = "0.4.26", default-features = false, features = ["std", "clock"] } clap = { version = "4.3.17", optional = true, features = ["derive"] } clap = { version = "4.3.21", optional = true, features = ["derive"] } crc32c = "0.6.4" crc32fast = "1.3.2" digest = "0.10.7" Loading @@ -34,12 +34,12 @@ nugine-rust-utils = "0.3.1" numeric_cast = "0.2.1" path-absolutize = "3.1.0" s3s = { version = "0.6.2-dev", path = "../s3s" } serde_json = "1.0.103" serde_json = "1.0.104" sha1 = "0.10.5" sha2 = "0.10.7" thiserror = "1.0.43" time = "0.3.23" tokio = { version = "1.29.1", features = ["fs", "io-util"] } 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" tracing-error = "0.2.0" Loading @@ -48,11 +48,11 @@ transform-stream = "0.3.0" uuid = { version = "1.4.1", features = ["v4"] } [dev-dependencies] anyhow = { version = "1.0.72", features = ["backtrace"] } anyhow = { version = "1.0.73", features = ["backtrace"] } aws-config = { version = "0.56.0", no-default-features = true } aws-credential-types = { version = "0.56.0", features = ["test-util"] } aws-sdk-s3 = "0.29.0" once_cell = "1.18.0" s3s-aws = { version = "0.6.2-dev", path = "../s3s-aws" } tokio = { version = "1.29.1", features = ["full"] } tokio = { version = "1.31.0", features = ["full"] } tracing-subscriber = { version = "0.3.17", features = ["env-filter", "time"] }
crates/s3s-proxy/Cargo.toml +2 −2 Original line number Diff line number Diff line Loading @@ -8,10 +8,10 @@ publish = false aws-config = { version = "0.56.0", no-default-features = true } aws-credential-types = "0.56.0" aws-sdk-s3 = "0.29.0" clap = { version = "4.3.17", features = ["derive"] } clap = { version = "4.3.21", features = ["derive"] } hyper = { version = "0.14.27", features = ["full"] } s3s = { version = "0.6.2-dev", path = "../s3s" } s3s-aws = { version = "0.6.2-dev", path = "../s3s-aws" } tokio = { version = "1.29.1", features = ["full"] } tokio = { version = "1.31.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter", "time"] }
crates/s3s/Cargo.toml +7 −7 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] arrayvec = "0.7.4" async-trait = "0.1.71" async-trait = "0.1.73" atoi = { version = "2.0.0", default-features = false } base64-simd = "0.8.0" bytes = "1.4.0" Loading @@ -33,19 +33,19 @@ memchr = "2.5.0" mime = "0.3.17" nom = "7.1.3" nugine-rust-utils = "0.3.1" pin-project-lite = "0.2.10" pin-project-lite = "0.2.12" quick-xml = { version = "0.30.0", features = ["serialize"] } serde = { version = "1.0.171", features = ["derive"] } serde = { version = "1.0.183", features = ["derive"] } serde_urlencoded = "0.7.1" sha1 = "0.10.5" sha2 = "0.10.7" smallvec = "1.11.0" thiserror = "1.0.43" time = { version = "0.3.23", features = ["formatting", "parsing", "macros"] } thiserror = "1.0.45" time = { version = "0.3.25", features = ["formatting", "parsing", "macros"] } tracing = "0.1.37" transform-stream = "0.3.0" urlencoding = "2.1.2" urlencoding = "2.1.3" zeroize = "1.6.0" [dev-dependencies] tokio = { version = "1.29.1", features = ["full"] } tokio = { version = "1.31.0", features = ["full"] }