Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update rust crate reqwest to 0.12.1
Browse files Browse the repository at this point in the history
renovate[bot] authored Mar 22, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 78dd137 commit 26e72c5
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
@@ -8,4 +8,4 @@ publish = false
koe-audio = { path = "../koe-audio" }
anyhow = { version = "1.0.81", features = ["backtrace"] }
serde = { version = "1.0.197", features = ["derive"] }
reqwest = { version = "0.11.22", features = ["json"] }
reqwest = { version = "0.12.1", features = ["json"] }

0 comments on commit 26e72c5

Please sign in to comment.