Skip to content

Commit 4fe0562

Browse files
Update Rust crate reqwest to 0.11.24
1 parent 84ccb1d commit 4fe0562

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lazy_static = "1.4.0"
1818
oauth2 = { version = "4.4.2", features = ["pkce-plain"] }
1919
rand = { version = "0.8.5", features = ["std_rng"] }
2020
regex = "1.10.3"
21-
reqwest = { version = "0.11.23", features = ["json"] }
21+
reqwest = { version = "0.11.24", features = ["json"] }
2222
serde = { version = "1.0.196", features = ["derive"] }
2323
serde_json = "1.0.113"
2424
sqlx = { version = "0.7.3", features = [ "runtime-tokio", "tls-rustls", "mysql", "chrono" ] }

0 commit comments

Comments
 (0)