Skip to content

Commit

Permalink
musl for runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed Dec 22, 2024
1 parent fbb1074 commit 0919a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/blockless-drivers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ log = {workspace = true}
async-trait = {workspace = true}
dlopen = {workspace = true}
json = {workspace = true}
reqwest = {version = "0.11", features = ["stream"]}
reqwest = {version = "0.12.9", features = ["stream", "rustls-tls"], default-features = false}
serde_urlencoded = "0.7"
bytes = { workspace = true }
httparse = "1"
url = { workspace = true }
rust-s3 = {git = "https://github.com/Joinhack/rust-s3", version="0.36.0-beta.4"}
rust-s3 = {git = "https://github.com/Joinhack/rust-s3", features = ["tokio-rustls-tls"]}
futures-core = {workspace = true}
futures-util = {workspace = true}
md5 = "0.7.0"
Expand Down

0 comments on commit 0919a98

Please sign in to comment.