Skip to content

Commit

Permalink
chore(deps): update reqwest requirement in /xp-db-connector
Browse files Browse the repository at this point in the history
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.18...v0.11.27)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent e4ae089 commit 2c25b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xp-db-connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.11.18", features = ["rustls", "rustls-tls", "serde_json", "tokio-rustls", "async-compression", "brotli", "deflate", "gzip"] }
reqwest = { version = "0.12.2", features = ["rustls", "rustls-tls", "serde_json", "tokio-rustls", "async-compression", "brotli", "deflate", "gzip"] }
serde = { version = "1.0.180", features = ["serde_derive"] }
serde_json = "1.0.104"

0 comments on commit 2c25b12

Please sign in to comment.