Skip to content

Commit

Permalink
Merge pull request #29 from LeoniePhiline/renovate/reqwest-0.12.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate reqwest to 0.12.4
  • Loading branch information
LeoniePhiline committed Apr 19, 2024
2 parents e65f34d + 0a4968c commit dfddbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outlook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tracing = ["dep:tracing"]
async-mailer-core = { path = "../core", version = "0.3" }
async-trait = "0.1.80"
base64 = "0.22.0"
reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls", "charset", "http2", "macos-system-configuration", "gzip", "brotli"] }
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls", "charset", "http2", "macos-system-configuration", "gzip", "brotli"] }
secrecy = "0.8.0"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
Expand Down

0 comments on commit dfddbed

Please sign in to comment.