Skip to content

Commit

Permalink
chore(cargo): update reqwest_cookie_store requirement from 0.6 to 0.7
Browse files Browse the repository at this point in the history
Updates the requirements on [reqwest_cookie_store](https://github.com/pfernie/reqwest_cookie_store) to permit the latest version.
- [Changelog](https://github.com/pfernie/reqwest_cookie_store/blob/main/CHANGELOG.md)
- [Commits](pfernie/reqwest_cookie_store@v0.6.0...v0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 3, 2024
1 parent 272f5f5 commit c7730a9
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 @@ -30,7 +30,7 @@ tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["serde_derive"] }
thiserror = "1.0"
rand = "0.8"
reqwest_cookie_store = "0.6"
reqwest_cookie_store = "0.7"
typed-builder = "0.18"
fang = { version = "0.10.3", features = ["asynk"], default-features = false }
redis-macros = { version = "0.2.1", optional = true }
Expand Down

0 comments on commit c7730a9

Please sign in to comment.