Loading crates/s3s-aws/Cargo.toml +2 −2 Original line number Diff line number Diff line [package] name = "s3s-aws" version = "0.4.1-dev" version = "0.5.0-dev" edition = "2021" description = "S3 service adapter integrated with aws-sdk-s3" license = "Apache-2.0" Loading @@ -18,7 +18,7 @@ aws-smithy-types-convert = { version = "0.55.0", features = ["convert-time"] } bytes = "1.4.0" futures = { version = "0.3.28", default-features = false, features = ["std"] } hyper = "0.14.25" s3s = { version = "0.4.1-dev", path = "../s3s" } s3s = { version = "0.5.0-dev", path = "../s3s" } sync_wrapper = "0.1.2" tracing = "0.1.37" transform-stream = "0.3.0" crates/s3s-fs/Cargo.toml +3 −3 Original line number Diff line number Diff line [package] name = "s3s-fs" version = "0.4.1-dev" version = "0.5.0-dev" edition = "2021" description = "An experimental S3 server based on file system" license = "Apache-2.0" Loading Loading @@ -29,7 +29,7 @@ md-5 = "0.10.5" mime = "0.3.17" numeric_cast = "0.2.1" path-absolutize = "3.0.14" s3s = { version = "0.4.1-dev", path = "../s3s" } s3s = { version = "0.5.0-dev", path = "../s3s" } serde_json = "1.0.95" thiserror = "1.0.40" time = "0.3.20" Loading @@ -47,6 +47,6 @@ aws-config = "0.55.0" aws-credential-types = { version = "0.55.0", features = ["test-util"] } aws-sdk-s3 = "0.25.1" once_cell = "1.17.1" s3s-aws = { version = "0.4.1-dev", path = "../s3s-aws" } s3s-aws = { version = "0.5.0-dev", path = "../s3s-aws" } tokio = { version = "1.27.0", features = ["full"] } tracing-subscriber = { version = "0.3.16", features = ["env-filter", "time"] } crates/s3s-proxy/Cargo.toml +2 −2 Original line number Diff line number Diff line Loading @@ -10,8 +10,8 @@ aws-credential-types = "0.55.0" aws-sdk-s3 = "0.25.1" clap = { version = "4.2.1", features = ["derive"] } hyper = { version = "0.14.25", features = ["full"] } s3s = { version = "0.4.1-dev", path = "../s3s" } s3s-aws = { version = "0.4.1-dev", path = "../s3s-aws" } s3s = { version = "0.5.0-dev", path = "../s3s" } s3s-aws = { version = "0.5.0-dev", path = "../s3s-aws" } tokio = { version = "1.27.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", features = ["env-filter", "time"] } crates/s3s/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "s3s" version = "0.4.1-dev" version = "0.5.0-dev" edition = "2021" description = "S3 Service Adapter" license = "Apache-2.0" Loading justfile +3 −3 Original line number Diff line number Diff line Loading @@ -27,9 +27,9 @@ install: sync-version: cargo set-version -p s3s-codegen 0.0.0 cargo set-version -p s3s 0.4.1-dev cargo set-version -p s3s-aws 0.4.1-dev cargo set-version -p s3s-fs 0.4.1-dev cargo set-version -p s3s 0.5.0-dev cargo set-version -p s3s-aws 0.5.0-dev cargo set-version -p s3s-fs 0.5.0-dev cargo set-version -p s3s-proxy 0.0.0 publish: Loading Loading
crates/s3s-aws/Cargo.toml +2 −2 Original line number Diff line number Diff line [package] name = "s3s-aws" version = "0.4.1-dev" version = "0.5.0-dev" edition = "2021" description = "S3 service adapter integrated with aws-sdk-s3" license = "Apache-2.0" Loading @@ -18,7 +18,7 @@ aws-smithy-types-convert = { version = "0.55.0", features = ["convert-time"] } bytes = "1.4.0" futures = { version = "0.3.28", default-features = false, features = ["std"] } hyper = "0.14.25" s3s = { version = "0.4.1-dev", path = "../s3s" } s3s = { version = "0.5.0-dev", path = "../s3s" } sync_wrapper = "0.1.2" tracing = "0.1.37" transform-stream = "0.3.0"
crates/s3s-fs/Cargo.toml +3 −3 Original line number Diff line number Diff line [package] name = "s3s-fs" version = "0.4.1-dev" version = "0.5.0-dev" edition = "2021" description = "An experimental S3 server based on file system" license = "Apache-2.0" Loading Loading @@ -29,7 +29,7 @@ md-5 = "0.10.5" mime = "0.3.17" numeric_cast = "0.2.1" path-absolutize = "3.0.14" s3s = { version = "0.4.1-dev", path = "../s3s" } s3s = { version = "0.5.0-dev", path = "../s3s" } serde_json = "1.0.95" thiserror = "1.0.40" time = "0.3.20" Loading @@ -47,6 +47,6 @@ aws-config = "0.55.0" aws-credential-types = { version = "0.55.0", features = ["test-util"] } aws-sdk-s3 = "0.25.1" once_cell = "1.17.1" s3s-aws = { version = "0.4.1-dev", path = "../s3s-aws" } s3s-aws = { version = "0.5.0-dev", path = "../s3s-aws" } tokio = { version = "1.27.0", features = ["full"] } tracing-subscriber = { version = "0.3.16", features = ["env-filter", "time"] }
crates/s3s-proxy/Cargo.toml +2 −2 Original line number Diff line number Diff line Loading @@ -10,8 +10,8 @@ aws-credential-types = "0.55.0" aws-sdk-s3 = "0.25.1" clap = { version = "4.2.1", features = ["derive"] } hyper = { version = "0.14.25", features = ["full"] } s3s = { version = "0.4.1-dev", path = "../s3s" } s3s-aws = { version = "0.4.1-dev", path = "../s3s-aws" } s3s = { version = "0.5.0-dev", path = "../s3s" } s3s-aws = { version = "0.5.0-dev", path = "../s3s-aws" } tokio = { version = "1.27.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", features = ["env-filter", "time"] }
crates/s3s/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "s3s" version = "0.4.1-dev" version = "0.5.0-dev" edition = "2021" description = "S3 Service Adapter" license = "Apache-2.0" Loading
justfile +3 −3 Original line number Diff line number Diff line Loading @@ -27,9 +27,9 @@ install: sync-version: cargo set-version -p s3s-codegen 0.0.0 cargo set-version -p s3s 0.4.1-dev cargo set-version -p s3s-aws 0.4.1-dev cargo set-version -p s3s-fs 0.4.1-dev cargo set-version -p s3s 0.5.0-dev cargo set-version -p s3s-aws 0.5.0-dev cargo set-version -p s3s-fs 0.5.0-dev cargo set-version -p s3s-proxy 0.0.0 publish: Loading