Skip to content

Commit

Permalink
chore(deps): update rust crate reqwest to 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 412ec61 commit b0b4125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/koe-speech/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish = false
koe-audio = { path = "../koe-audio" }
anyhow = { version = "1.0.82", features = ["backtrace"] }
serde = { version = "1.0.200", features = ["derive"] }
reqwest = { version = "0.11.22", features = ["json"] }
reqwest = { version = "0.12.4", features = ["json"] }

0 comments on commit b0b4125

Please sign in to comment.