We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf78016 commit ecfa93bCopy full SHA for ecfa93b
third-party/thrift/src/thrift/lib/rust/Cargo.toml
@@ -12,7 +12,7 @@ publish = false
12
[dependencies]
13
anyhow = "1.0.95"
14
async-trait = "0.1.86"
15
-base64 = "0.22.1"
+base64 = { version = "0.22.1", features = ["alloc"] }
16
bufsize = "1.0.8"
17
bytes = { version = "1.9.0", features = ["serde"] }
18
futures = { version = "0.3.30", features = ["async-await", "compat"] }
0 commit comments