chore: revert opendal to before reqwest 0.13 upgrade to see if it'll run in a SCRATCH container now

This commit is contained in:
2026-04-21 21:45:32 -04:00
parent 7fe6980867
commit 37753fe37c

View File

@@ -14,7 +14,7 @@ extension-traits = "2.0.2"
futures = "0.3.32"
hound = "3.5.1"
moka = { version = "0.12.15", features = ["future"] }
opendal = { git = "https://github.com/apache/opendal", features = [
opendal = { git = "https://github.com/apache/opendal", rev = "ecf840b04afd2be109830b9978ba89759adfee79", features = [
"services-azfile",
"services-aliyun-drive",
"services-alluxio",
@@ -67,11 +67,18 @@ songbird = { version = "0.6.0", default-features = false, features = [
] }
strum = { version = "0.28.0", features = ["derive"] }
time = "0.3.47"
tokio = { version = "1.46.0", features = ["rt-multi-thread", "macros", "signal"] }
tokio = { version = "1.46.0", features = [
"rt-multi-thread",
"macros",
"signal",
] }
tokio-util = { version = "0.7.18", features = ["io"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
twilight-gateway = { version = "0.17", default-features = false, features = ["rustls-webpki-roots", "twilight-http"] }
twilight-gateway = { version = "0.17", default-features = false, features = [
"rustls-webpki-roots",
"twilight-http",
] }
twilight-http = { version = "0.17", default-features = false, features = [
"rustls-webpki-roots",
"hickory",