Loading crates/s3s-fs/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ numeric_cast = "0.2.1" path-absolutize = "3.1.1" s3s = { version = "0.11.0-dev", path = "../s3s" } serde_json = "1.0.128" thiserror = "1.0.64" thiserror = "2.0.3" time = "0.3.36" tokio = { version = "1.40.0", features = ["fs", "io-util"] } tokio-util = { version = "0.7.12", features = ["io"] } Loading crates/s3s-policy/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -13,4 +13,4 @@ license.workspace = true indexmap = { version = "2.6.0", features = ["serde"] } serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" thiserror = "1.0.64" thiserror = "2.0.3" crates/s3s/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ serde_urlencoded = "0.7.1" sha1 = "0.11.0-pre.4" sha2 = "0.11.0-pre.4" smallvec = "1.13.2" thiserror = "1.0.64" thiserror = "2.0.3" time = { version = "0.3.36", features = ["formatting", "parsing", "macros"] } tower = { version = "0.5.1", optional = true } tracing = "0.1.40" Loading Loading
crates/s3s-fs/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ numeric_cast = "0.2.1" path-absolutize = "3.1.1" s3s = { version = "0.11.0-dev", path = "../s3s" } serde_json = "1.0.128" thiserror = "1.0.64" thiserror = "2.0.3" time = "0.3.36" tokio = { version = "1.40.0", features = ["fs", "io-util"] } tokio-util = { version = "0.7.12", features = ["io"] } Loading
crates/s3s-policy/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -13,4 +13,4 @@ license.workspace = true indexmap = { version = "2.6.0", features = ["serde"] } serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" thiserror = "1.0.64" thiserror = "2.0.3"
crates/s3s/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ serde_urlencoded = "0.7.1" sha1 = "0.11.0-pre.4" sha2 = "0.11.0-pre.4" smallvec = "1.13.2" thiserror = "1.0.64" thiserror = "2.0.3" time = { version = "0.3.36", features = ["formatting", "parsing", "macros"] } tower = { version = "0.5.1", optional = true } tracing = "0.1.40" Loading