Skip to content

Commit

Permalink
Update reqwest requirement from 0.11 to 0.12 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent d6269d5 commit fb71f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Evaldas Buinauskas <[email protected]>"]
edition = "2018"

[dependencies]
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", default-features = false }
Expand Down

0 comments on commit fb71f56

Please sign in to comment.