build(deps): upgrade s3s

resolves: #322
This commit is contained in:
Nugine
2025-04-16 15:16:19 +08:00
parent bbd2bc2dde
commit 800ced24b7
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -102,8 +102,8 @@ rust-embed = "8.7.0"
rustls = { version = "0.23.26" }
rustls-pki-types = "1.11.0"
rustls-pemfile = "2.2.0"
s3s = { git = "https://github.com/Nugine/s3s.git", rev = "2ab81ef4ce066bc2644372ad033771eaab8398d0" }
s3s-policy = { git = "https://github.com/Nugine/s3s.git", rev = "2ab81ef4ce066bc2644372ad033771eaab8398d0" }
s3s = { git = "https://github.com/Nugine/s3s.git", rev = "4733cdfb27b2713e832967232cbff413bb768c10" }
s3s-policy = { git = "https://github.com/Nugine/s3s.git", rev = "4733cdfb27b2713e832967232cbff413bb768c10" }
shadow-rs = { version = "0.38.1", default-features = false }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"