chore: bump uriparse from 0.6.3 to 0.6.4 (#23799)

* chore: bump uriparse from 0.6.3 to 0.6.4

Bumps [uriparse](https://github.com/sgodwincs/uriparse-rs) from 0.6.3 to 0.6.4.
- [Release notes](https://github.com/sgodwincs/uriparse-rs/releases)
- [Changelog](https://github.com/sgodwincs/uriparse-rs/blob/master/RELEASES.md)
- [Commits](https://github.com/sgodwincs/uriparse-rs/commits)

---
updated-dependencies:
- dependency-name: uriparse
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2022-04-13 19:33:42 -06:00
committed by GitHub
parent 255ef66a27
commit b9caa8cdfb
5 changed files with 7 additions and 7 deletions

View File

@ -77,7 +77,7 @@ solana-logger = { path = "../logger", version = "=1.11.0", optional = true }
solana-program = { path = "program", version = "=1.11.0" }
solana-sdk-macro = { path = "macro", version = "=1.11.0" }
thiserror = "1.0"
uriparse = "0.6.3"
uriparse = "0.6.4"
wasm-bindgen = "0.2"
[target.'cfg(target_arch = "wasm32")'.dependencies]