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:
parent
255ef66a27
commit
b9caa8cdfb
|
@ -7118,9 +7118,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uriparse"
|
name = "uriparse"
|
||||||
version = "0.6.3"
|
version = "0.6.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e515b1ada404168e145ac55afba3c42f04cf972201a8552d42e2abb17c1b7221"
|
checksum = "0200d0fc04d809396c2ad43f3c95da3582a2556eba8d453c1087f4120ee352ff"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fnv",
|
"fnv",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
|
|
|
@ -18,7 +18,7 @@ solana-remote-wallet = { path = "../remote-wallet", version = "=1.11.0", default
|
||||||
solana-sdk = { path = "../sdk", version = "=1.11.0" }
|
solana-sdk = { path = "../sdk", version = "=1.11.0" }
|
||||||
thiserror = "1.0.30"
|
thiserror = "1.0.30"
|
||||||
tiny-bip39 = "0.8.2"
|
tiny-bip39 = "0.8.2"
|
||||||
uriparse = "0.6.3"
|
uriparse = "0.6.4"
|
||||||
url = "2.2.2"
|
url = "2.2.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
@ -4599,9 +4599,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uriparse"
|
name = "uriparse"
|
||||||
version = "0.6.3"
|
version = "0.6.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e515b1ada404168e145ac55afba3c42f04cf972201a8552d42e2abb17c1b7221"
|
checksum = "0200d0fc04d809396c2ad43f3c95da3582a2556eba8d453c1087f4120ee352ff"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fnv",
|
"fnv",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
|
|
|
@ -21,7 +21,7 @@ qstring = "0.7.2"
|
||||||
semver = "1.0"
|
semver = "1.0"
|
||||||
solana-sdk = { path = "../sdk", version = "=1.11.0" }
|
solana-sdk = { path = "../sdk", version = "=1.11.0" }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
uriparse = "0.6.3"
|
uriparse = "0.6.4"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["linux-static-hidraw", "hidapi"]
|
default = ["linux-static-hidraw", "hidapi"]
|
||||||
|
|
|
@ -77,7 +77,7 @@ solana-logger = { path = "../logger", version = "=1.11.0", optional = true }
|
||||||
solana-program = { path = "program", version = "=1.11.0" }
|
solana-program = { path = "program", version = "=1.11.0" }
|
||||||
solana-sdk-macro = { path = "macro", version = "=1.11.0" }
|
solana-sdk-macro = { path = "macro", version = "=1.11.0" }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
uriparse = "0.6.3"
|
uriparse = "0.6.4"
|
||||||
wasm-bindgen = "0.2"
|
wasm-bindgen = "0.2"
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
|
|
Loading…
Reference in New Issue