merge versioning, fix bug todo

This commit is contained in:
weisd
2024-11-02 00:21:10 +08:00
parent 28dc7379a6
commit 09ea11c13d
65 changed files with 5187 additions and 1966 deletions
+13 -2
View File
@@ -14,12 +14,14 @@ backon.workspace = true
blake2 = "0.10.6"
bytes.workspace = true
common.workspace = true
reader.workspace = true
glob = "0.3.1"
thiserror.workspace = true
futures.workspace = true
tracing.workspace = true
serde.workspace = true
time.workspace = true
bytesize.workspace = true
serde_json.workspace = true
tracing-error.workspace = true
s3s.workspace = true
@@ -33,6 +35,7 @@ lazy_static.workspace = true
lock.workspace = true
regex = "1.11.1"
netif = "0.1.6"
nix = { version = "0.29.0", features = ["fs"] }
path-absolutize = "3.1.1"
protos.workspace = true
rmp-serde = "1.3.0"
@@ -40,7 +43,7 @@ tokio-util = { version = "0.7.12", features = ["io"] }
crc32fast = "1.4.2"
siphasher = "1.0.1"
base64-simd = "0.8.0"
sha2 = { version = "0.10.8", features = ["asm"] }
sha2 = { version = "0.11.0-pre.4" }
hex-simd = "0.8.0"
path-clean = "1.0.1"
tempfile.workspace = true
@@ -54,13 +57,21 @@ xxhash-rust = { version = "0.8.12", features = ["xxh64"] }
num = "0.4.3"
num_cpus = "1.16"
s3s-policy.workspace = true
rand.workspace = true
pin-project-lite.workspace = true
md-5.workspace = true
[target.'cfg(not(windows))'.dependencies]
nix = { version = "0.29.0", features = ["fs"] }
openssl = "0.10.68"
nix = { version = "0.29.0", features = ["fs"] }
[target.'cfg(windows)'.dependencies]
winapi = "0.3.9"
openssl = "0.10.66"
[dev-dependencies]
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }