Loading codegen/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ publish = false [dependencies] heck = "0.4.0" regex = "1.7.0" regex = "1.7.1" serde = { version = "1.0.152", features = ["derive"] } serde_json = { version = "1.0.91", features = ["preserve_order"] } serde_urlencoded = "0.7.1" crates/s3s-fs/Cargo.toml +4 −4 Original line number Diff line number Diff line Loading @@ -17,11 +17,11 @@ required-features = ["binary"] binary = ["tokio/full", "md-5/asm", "dep:clap", "dep:tracing-subscriber", "dep:hyper"] [dependencies] async-trait = "0.1.61" async-trait = "0.1.62" base64-simd = "0.8.0" bytes = "1.3.0" chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] } clap = { version = "4.0.32", optional = true, features = ["derive"] } clap = { version = "4.1.1", optional = true, features = ["derive"] } futures = "0.3.25" hex-simd = "0.8.0" hyper = { version = "0.14.23", optional = true, features = ["full"] } Loading @@ -33,7 +33,7 @@ s3s = { version = "0.1.1", path = "../s3s" } serde_json = "1.0.91" thiserror = "1.0.38" time = "0.3.17" tokio = { version = "1.24.1", features = ["fs", "io-util"] } tokio = { version = "1.24.2", features = ["fs", "io-util"] } tokio-util = { version = "0.7.4", features = ["io"] } tracing = "0.1.37" tracing-error = "0.2.0" Loading @@ -47,5 +47,5 @@ aws-credential-types = { version = "0.53.0", features = ["test-util"] } aws-sdk-s3 = "0.23.0" once_cell = "1.17.0" s3s-aws = { version = "0.0.1", path = "../s3s-aws" } tokio = { version = "1.24.1", features = ["full"] } tokio = { version = "1.24.2", features = ["full"] } tracing-subscriber = { version = "0.3.16", features = ["env-filter", "time"] } crates/s3s/Cargo.toml +3 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ categories = ["web-programming", "web-programming::http-server"] [dependencies] arrayvec = "0.7.2" ascii = { version = "1.1.0", default-features = false } async-trait = "0.1.61" async-trait = "0.1.62" atoi = { version = "2.0.0", default-features = false } base64-simd = "0.8.0" bytes = "1.3.0" Loading @@ -24,7 +24,7 @@ httparse = "1.8.0" hyper = { version = "0.14.23", features = ["stream"] } # TODO(blocking): upgrade to hyper 1.0.0 memchr = "2.5.0" mime = "0.3.16" nom = "7.1.2" nom = "7.1.3" quick-xml = { version = "0.27.1", features = ["serialize"] } serde = { version = "1.0.152", features = ["derive"] } serde_urlencoded = "0.7.1" Loading @@ -38,4 +38,4 @@ urlencoding = "2.1.2" [dev-dependencies] const-str = "0.5.3" tokio = { version = "1.24.1", features = ["full"] } tokio = { version = "1.24.2", features = ["full"] } Loading
codegen/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ publish = false [dependencies] heck = "0.4.0" regex = "1.7.0" regex = "1.7.1" serde = { version = "1.0.152", features = ["derive"] } serde_json = { version = "1.0.91", features = ["preserve_order"] } serde_urlencoded = "0.7.1"
crates/s3s-fs/Cargo.toml +4 −4 Original line number Diff line number Diff line Loading @@ -17,11 +17,11 @@ required-features = ["binary"] binary = ["tokio/full", "md-5/asm", "dep:clap", "dep:tracing-subscriber", "dep:hyper"] [dependencies] async-trait = "0.1.61" async-trait = "0.1.62" base64-simd = "0.8.0" bytes = "1.3.0" chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] } clap = { version = "4.0.32", optional = true, features = ["derive"] } clap = { version = "4.1.1", optional = true, features = ["derive"] } futures = "0.3.25" hex-simd = "0.8.0" hyper = { version = "0.14.23", optional = true, features = ["full"] } Loading @@ -33,7 +33,7 @@ s3s = { version = "0.1.1", path = "../s3s" } serde_json = "1.0.91" thiserror = "1.0.38" time = "0.3.17" tokio = { version = "1.24.1", features = ["fs", "io-util"] } tokio = { version = "1.24.2", features = ["fs", "io-util"] } tokio-util = { version = "0.7.4", features = ["io"] } tracing = "0.1.37" tracing-error = "0.2.0" Loading @@ -47,5 +47,5 @@ aws-credential-types = { version = "0.53.0", features = ["test-util"] } aws-sdk-s3 = "0.23.0" once_cell = "1.17.0" s3s-aws = { version = "0.0.1", path = "../s3s-aws" } tokio = { version = "1.24.1", features = ["full"] } tokio = { version = "1.24.2", features = ["full"] } tracing-subscriber = { version = "0.3.16", features = ["env-filter", "time"] }
crates/s3s/Cargo.toml +3 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ categories = ["web-programming", "web-programming::http-server"] [dependencies] arrayvec = "0.7.2" ascii = { version = "1.1.0", default-features = false } async-trait = "0.1.61" async-trait = "0.1.62" atoi = { version = "2.0.0", default-features = false } base64-simd = "0.8.0" bytes = "1.3.0" Loading @@ -24,7 +24,7 @@ httparse = "1.8.0" hyper = { version = "0.14.23", features = ["stream"] } # TODO(blocking): upgrade to hyper 1.0.0 memchr = "2.5.0" mime = "0.3.16" nom = "7.1.2" nom = "7.1.3" quick-xml = { version = "0.27.1", features = ["serialize"] } serde = { version = "1.0.152", features = ["derive"] } serde_urlencoded = "0.7.1" Loading @@ -38,4 +38,4 @@ urlencoding = "2.1.2" [dev-dependencies] const-str = "0.5.3" tokio = { version = "1.24.1", features = ["full"] } tokio = { version = "1.24.2", features = ["full"] }