Merge branch 'main' of https://github.com/rustfs/s3-rustfs into dev_issue_233

This commit is contained in:
DamonXue
2025-03-02 19:54:06 +08:00
12 changed files with 128 additions and 106 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ backon = "1.3.0"
bytes = "1.9.0"
bytesize = "1.3.0"
chrono = { version = "0.4.40", features = ["serde"] }
clap = { version = "4.5.27", features = ["derive", "env"] }
clap = { version = "4.5.31", features = ["derive", "env"] }
dioxus = { version = "0.6.3", features = ["router"] }
dirs = "6.0.0"
ecstore = { path = "./ecstore" }
@@ -99,7 +99,7 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter", "time"] }
tracing-appender = "0.2.3"
transform-stream = "0.3.1"
url = "2.5.4"
uuid = { version = "1.12.1", features = [
uuid = { version = "1.15.1", features = [
"v4",
"fast-rng",
"macro-diagnostics",