build(deps): bump want from 0.3.0 to 0.3.1 (#30194)

Bumps [want](https://github.com/seanmonstar/want) from 0.3.0 to 0.3.1.
- [Commits](https://github.com/seanmonstar/want/compare/v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: want
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-25 11:21:08 +05:30 committed by GitHub
parent e6b6a4e012
commit b057391109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Cargo.lock generated
View file

@ -6656,11 +6656,10 @@ dependencies = [
[[package]]
name = "want"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"log",
"try-lock",
]