diff --git a/Cargo.lock b/Cargo.lock index 35f6debcb6..e4030141eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7118,9 +7118,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "uriparse" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e515b1ada404168e145ac55afba3c42f04cf972201a8552d42e2abb17c1b7221" +checksum = "0200d0fc04d809396c2ad43f3c95da3582a2556eba8d453c1087f4120ee352ff" dependencies = [ "fnv", "lazy_static", diff --git a/clap-utils/Cargo.toml b/clap-utils/Cargo.toml index 4a142cc0e0..3fa5cd1df3 100644 --- a/clap-utils/Cargo.toml +++ b/clap-utils/Cargo.toml @@ -18,7 +18,7 @@ solana-remote-wallet = { path = "../remote-wallet", version = "=1.11.0", default solana-sdk = { path = "../sdk", version = "=1.11.0" } thiserror = "1.0.30" tiny-bip39 = "0.8.2" -uriparse = "0.6.3" +uriparse = "0.6.4" url = "2.2.2" [dev-dependencies] diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index f08a1f2e12..9acac59349 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -4599,9 +4599,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "uriparse" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e515b1ada404168e145ac55afba3c42f04cf972201a8552d42e2abb17c1b7221" +checksum = "0200d0fc04d809396c2ad43f3c95da3582a2556eba8d453c1087f4120ee352ff" dependencies = [ "fnv", "lazy_static", diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index ee8edfa3e5..b47a09ce37 100644 --- a/remote-wallet/Cargo.toml +++ b/remote-wallet/Cargo.toml @@ -21,7 +21,7 @@ qstring = "0.7.2" semver = "1.0" solana-sdk = { path = "../sdk", version = "=1.11.0" } thiserror = "1.0" -uriparse = "0.6.3" +uriparse = "0.6.4" [features] default = ["linux-static-hidraw", "hidapi"] diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 4e52bc4d88..b0e4e4cbf7 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -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]