Skip to content

Commit

Permalink
⬆️ - Update Rust crate reqwest to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent 4a74c78 commit 0b65d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["raw_value"] }
toml = "0.8"
rmp-serde = "1.1.2"
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.12", features = ["json"] }
blake3 = "1.5.0"

thiserror = { workspace = true }
Expand Down

0 comments on commit 0b65d0e

Please sign in to comment.