Skip to content

Commit

Permalink
Merge pull request #23 from gak/dependabot/cargo/reqwest-0.12.3
Browse files Browse the repository at this point in the history
chore(deps): update reqwest requirement from 0.11.23 to 0.12.3
  • Loading branch information
gak authored Apr 11, 2024
2 parents 6723c0a + 0de5ee2 commit afd833f
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 @@ -24,7 +24,7 @@ miette = { version = "5.10.0", features = ["fancy"] }
thiserror = "1.0.56"
tokio = { version = "1.35.1", features = ["full"] }
tracing = "0.1.40"
reqwest = { version = "0.11.23", features = ["rustls-tls", "cookies", "json"] }
reqwest = { version = "0.12.3", features = ["rustls-tls", "cookies", "json"] }
url = "2.5.0"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
Expand Down

0 comments on commit afd833f

Please sign in to comment.