@@ -32,8 +32,8 @@ bincode = "1"
32
32
blake3 = " 1"
33
33
byteorder = " 1.0"
34
34
bytes = " 1"
35
- opendal = { version = " 0.24.6 " , optional =true }
36
- reqsign = {version =" 0.7.3 " , optional =true }
35
+ opendal = { version = " 0.26.2 " , optional =true }
36
+ reqsign = {version =" 0.8.1 " , optional =true }
37
37
chrono = { version = " 0.4.23" , optional = true }
38
38
clap = { version = " 4.0.32" , features = [" derive" , " env" , " wrap_help" ] }
39
39
directories = " 4.0.1"
@@ -44,7 +44,6 @@ futures = "0.3"
44
44
gzp = { version = " 0.11.1" , default-features = false , features = [" deflate_rust" ] }
45
45
http = " 0.2"
46
46
hyper = { version = " 0.14.10" , optional = true , features = [" server" ] }
47
- hyperx = { version = " 1.0" , optional = true }
48
47
jobserver = " 0.1"
49
48
jsonwebtoken = { version = " 8" , optional = true }
50
49
lazy_static = " 1.0.0"
@@ -66,6 +65,7 @@ serde_json = "1.0"
66
65
strip-ansi-escapes = " 0.1"
67
66
tar = " 0.4.36"
68
67
tempfile = " 3"
68
+ mime = " 0.3"
69
69
tokio = { version = " 1" , features = [" rt-multi-thread" , " io-util" , " time" , " net" , " process" , " macros" ] }
70
70
tokio-serde = " 0.8"
71
71
tokio-util = { version = " 0.7" , features = [" codec" , " io" ] }
@@ -131,9 +131,9 @@ redis = ["url", "opendal/services-redis"]
131
131
# Enable features that require unstable features of Nightly Rust.
132
132
unstable = []
133
133
# Enables distributed support in the sccache client
134
- dist-client = [" flate2" , " hyper" , " hyperx " , " reqwest" , " url" , " sha2" ]
134
+ dist-client = [" flate2" , " hyper" , " reqwest" , " url" , " sha2" ]
135
135
# Enables the sccache-dist binary
136
- dist-server = [" crossbeam-utils" , " jsonwebtoken" , " flate2" , " hyperx " , " libmount" , " nix" , " openssl" , " reqwest" , " rouille" , " syslog" , " void" , " version-compare" ]
136
+ dist-server = [" crossbeam-utils" , " jsonwebtoken" , " flate2" , " libmount" , " nix" , " openssl" , " reqwest" , " rouille" , " syslog" , " void" , " version-compare" ]
137
137
# Enables dist tests with external requirements
138
138
dist-tests = [" dist-client" , " dist-server" ]
139
139
0 commit comments