Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
deps(rust): update scraper requirement from 0.18.1 to 0.19.0
Browse files Browse the repository at this point in the history
Updates the requirements on [scraper](https://github.com/causal-agent/scraper) to permit the latest version.
- [Release notes](https://github.com/causal-agent/scraper/releases)
- [Commits](rust-scraper/scraper@v0.18.1...v0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dmulder committed Mar 26, 2024
1 parent a92c4e3 commit 8e710b8
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 @@ -34,4 +34,4 @@ compact_jwt = { version = "0.3.5", optional = true }
kanidm-hsm-crypto = { version = "^0.1.6", optional = true }
regex = "^1.10.3"
zeroize = { version = "^1.7.0", features = ["zeroize_derive"] }
scraper = "0.18.1"
scraper = "0.19.0"

0 comments on commit 8e710b8

Please sign in to comment.