mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-22 12:26:37 +00:00
todo:put_object
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ futures = "0.3.30"
|
||||
bytes = "1.6.0"
|
||||
http = "1.1.0"
|
||||
thiserror = "1.0.61"
|
||||
time = "0.3.36"
|
||||
time = { version = "0.3.36", features = ["std", "parsing", "formatting", "macros", "serde"] }
|
||||
async-trait = "0.1.80"
|
||||
tokio = { version = "1.38.0", features = ["fs"] }
|
||||
anyhow = "1.0.86"
|
||||
|
||||
Reference in New Issue
Block a user