Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.11.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 9, 2024
1 parent c12b6e4 commit e387eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lazy_static = "1.4.0"
oauth2 = { version = "4.4.2", features = ["pkce-plain"] }
rand = { version = "0.8.5", features = ["std_rng"] }
regex = "1.10.3"
reqwest = { version = "0.11.23", features = ["json"] }
reqwest = { version = "0.11.25", features = ["json"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
sqlx = { version = "0.7.3", features = [ "runtime-tokio", "tls-rustls", "mysql", "chrono" ] }
Expand Down

0 comments on commit e387eed

Please sign in to comment.