From 1ae8172f1a73208c81d9e47c3cd5c9e331f059f0 Mon Sep 17 00:00:00 2001 From: Kayanski Date: Wed, 8 Jan 2025 14:34:37 +0100 Subject: [PATCH] Hakari --- framework/Cargo.lock | 16 ---------------- framework/workspace-hack/Cargo.toml | 24 ++++++++++++++---------- integrations/Cargo.lock | 16 ---------------- interchain/Cargo.lock | 16 ---------------- modules/Cargo.lock | 16 ---------------- 5 files changed, 14 insertions(+), 74 deletions(-) diff --git a/framework/Cargo.lock b/framework/Cargo.lock index dc7f440b3..e2d0857ae 100644 --- a/framework/Cargo.lock +++ b/framework/Cargo.lock @@ -5136,15 +5136,6 @@ dependencies = [ "sha2 0.10.8", ] -[[package]] -name = "phf_shared" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" -dependencies = [ - "siphasher", -] - [[package]] name = "pin-project" version = "1.1.7" @@ -6357,12 +6348,6 @@ version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" -[[package]] -name = "siphasher" -version = "0.3.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" - [[package]] name = "slab" version = "0.4.9" @@ -7939,7 +7924,6 @@ dependencies = [ "once_cell", "p256", "parking_lot", - "phf_shared", "ppv-lite86", "primeorder", "prost", diff --git a/framework/workspace-hack/Cargo.toml b/framework/workspace-hack/Cargo.toml index 4fe1fbd5e..07ea91aba 100644 --- a/framework/workspace-hack/Cargo.toml +++ b/framework/workspace-hack/Cargo.toml @@ -33,12 +33,10 @@ getrandom = { version = "0.2", default-features = false, features = ["custom", " log = { version = "0.4", default-features = false, features = ["std"] } memchr = { version = "2" } num-traits = { version = "0.2", default-features = false, features = ["i128", "libm"] } -phf_shared = { version = "0.11", default-features = false, features = ["std"] } ppv-lite86 = { version = "0.2", default-features = false, features = ["simd", "std"] } prost = { version = "0.13", default-features = false, features = ["prost-derive", "std"] } -rand = { version = "0.8", features = ["small_rng"] } +rand = { version = "0.8" } rand_chacha = { version = "0.3", default-features = false, features = ["std"] } -rand_core = { version = "0.6", default-features = false, features = ["std"] } ripemd = { version = "0.1" } sec1 = { version = "0.7", features = ["pem", "serde", "std", "subtle"] } semver = { version = "1", features = ["serde"] } @@ -71,12 +69,10 @@ getrandom = { version = "0.2", default-features = false, features = ["custom", " log = { version = "0.4", default-features = false, features = ["std"] } memchr = { version = "2" } num-traits = { version = "0.2", default-features = false, features = ["i128", "libm"] } -phf_shared = { version = "0.11", default-features = false, features = ["std"] } ppv-lite86 = { version = "0.2", default-features = false, features = ["simd", "std"] } prost = { version = "0.13", default-features = false, features = ["prost-derive", "std"] } -rand = { version = "0.8", features = ["small_rng"] } +rand = { version = "0.8" } rand_chacha = { version = "0.3", default-features = false, features = ["std"] } -rand_core = { version = "0.6", default-features = false, features = ["std"] } ripemd = { version = "0.1" } sec1 = { version = "0.7", features = ["pem", "serde", "std", "subtle"] } semver = { version = "1", features = ["serde"] } @@ -128,7 +124,7 @@ hex-conservative = { version = "0.1", default-features = false, features = ["std hyper = { version = "0.14", features = ["client", "http1", "http2", "runtime", "server", "stream"] } ibc-proto = { version = "0.47", features = ["serde"] } ics23 = { version = "0.12" } -informalsystems-pbjson = { version = "0.7" } +informalsystems-pbjson = { version = "0.7", default-features = false, features = ["std"] } k256 = { version = "0.13", default-features = false, features = ["alloc", "ecdsa"] } lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] } libc = { version = "0.2" } @@ -141,6 +137,8 @@ once_cell = { version = "1" } p256 = { version = "0.13", features = ["serde"] } parking_lot = { version = "0.12" } primeorder = { version = "0.13", default-features = false, features = ["serde"] } +rand = { version = "0.8", default-features = false, features = ["small_rng"] } +rand_core = { version = "0.6", default-features = false, features = ["std"] } regex = { version = "1" } regex-automata = { version = "0.4", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa", "perf", "unicode"] } regex-syntax = { version = "0.8" } @@ -197,7 +195,7 @@ hex-conservative = { version = "0.1", default-features = false, features = ["std hyper = { version = "0.14", features = ["client", "http1", "http2", "runtime", "server", "stream"] } ibc-proto = { version = "0.47", features = ["serde"] } ics23 = { version = "0.12" } -informalsystems-pbjson = { version = "0.7" } +informalsystems-pbjson = { version = "0.7", default-features = false, features = ["std"] } k256 = { version = "0.13", default-features = false, features = ["alloc", "ecdsa"] } lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] } libc = { version = "0.2" } @@ -210,6 +208,8 @@ once_cell = { version = "1" } p256 = { version = "0.13", features = ["serde"] } parking_lot = { version = "0.12" } primeorder = { version = "0.13", default-features = false, features = ["serde"] } +rand = { version = "0.8", default-features = false, features = ["small_rng"] } +rand_core = { version = "0.6", default-features = false, features = ["std"] } regex = { version = "1" } regex-automata = { version = "0.4", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa", "perf", "unicode"] } regex-syntax = { version = "0.8" } @@ -266,7 +266,7 @@ hex-conservative = { version = "0.1", default-features = false, features = ["std hyper = { version = "0.14", features = ["client", "http1", "http2", "runtime", "server", "stream"] } ibc-proto = { version = "0.47", features = ["serde"] } ics23 = { version = "0.12" } -informalsystems-pbjson = { version = "0.7" } +informalsystems-pbjson = { version = "0.7", default-features = false, features = ["std"] } k256 = { version = "0.13", default-features = false, features = ["alloc", "ecdsa"] } lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] } libc = { version = "0.2", features = ["extra_traits"] } @@ -279,6 +279,8 @@ once_cell = { version = "1" } p256 = { version = "0.13", features = ["serde"] } parking_lot = { version = "0.12" } primeorder = { version = "0.13", default-features = false, features = ["serde"] } +rand = { version = "0.8", default-features = false, features = ["small_rng"] } +rand_core = { version = "0.6", default-features = false, features = ["std"] } regex = { version = "1" } regex-automata = { version = "0.4", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa", "perf", "unicode"] } regex-syntax = { version = "0.8" } @@ -334,7 +336,7 @@ hex-conservative = { version = "0.1", default-features = false, features = ["std hyper = { version = "0.14", features = ["client", "http1", "http2", "runtime", "server", "stream"] } ibc-proto = { version = "0.47", features = ["serde"] } ics23 = { version = "0.12" } -informalsystems-pbjson = { version = "0.7" } +informalsystems-pbjson = { version = "0.7", default-features = false, features = ["std"] } k256 = { version = "0.13", default-features = false, features = ["alloc", "ecdsa"] } lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] } libc = { version = "0.2", features = ["extra_traits"] } @@ -347,6 +349,8 @@ once_cell = { version = "1" } p256 = { version = "0.13", features = ["serde"] } parking_lot = { version = "0.12" } primeorder = { version = "0.13", default-features = false, features = ["serde"] } +rand = { version = "0.8", default-features = false, features = ["small_rng"] } +rand_core = { version = "0.6", default-features = false, features = ["std"] } regex = { version = "1" } regex-automata = { version = "0.4", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa", "perf", "unicode"] } regex-syntax = { version = "0.8" } diff --git a/integrations/Cargo.lock b/integrations/Cargo.lock index 0a687bc11..0214f24cb 100644 --- a/integrations/Cargo.lock +++ b/integrations/Cargo.lock @@ -4973,15 +4973,6 @@ dependencies = [ "sha2 0.10.8", ] -[[package]] -name = "phf_shared" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" -dependencies = [ - "siphasher", -] - [[package]] name = "pin-project" version = "1.1.7" @@ -6216,12 +6207,6 @@ version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" -[[package]] -name = "siphasher" -version = "0.3.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" - [[package]] name = "slab" version = "0.4.9" @@ -7844,7 +7829,6 @@ dependencies = [ "once_cell", "p256", "parking_lot", - "phf_shared", "ppv-lite86", "primeorder", "prost 0.13.3", diff --git a/interchain/Cargo.lock b/interchain/Cargo.lock index 5f62ea630..eff9665ad 100644 --- a/interchain/Cargo.lock +++ b/interchain/Cargo.lock @@ -6093,15 +6093,6 @@ dependencies = [ "sha2 0.10.8", ] -[[package]] -name = "phf_shared" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" -dependencies = [ - "siphasher", -] - [[package]] name = "pin-project" version = "1.1.7" @@ -7525,12 +7516,6 @@ version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" -[[package]] -name = "siphasher" -version = "0.3.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" - [[package]] name = "slab" version = "0.4.9" @@ -9396,7 +9381,6 @@ dependencies = [ "once_cell", "p256", "parking_lot", - "phf_shared", "ppv-lite86", "primeorder", "prost 0.13.4", diff --git a/modules/Cargo.lock b/modules/Cargo.lock index 0f13992f5..e11263bf1 100644 --- a/modules/Cargo.lock +++ b/modules/Cargo.lock @@ -5847,15 +5847,6 @@ dependencies = [ "sha2 0.10.8", ] -[[package]] -name = "phf_shared" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" -dependencies = [ - "siphasher", -] - [[package]] name = "pin-project" version = "1.1.7" @@ -7152,12 +7143,6 @@ version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" -[[package]] -name = "siphasher" -version = "0.3.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" - [[package]] name = "slab" version = "0.4.9" @@ -8863,7 +8848,6 @@ dependencies = [ "once_cell", "p256", "parking_lot", - "phf_shared", "ppv-lite86", "primeorder", "prost 0.13.4",