diff --git a/Cargo.toml b/Cargo.toml index b50c436464..3e71fd627c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -446,7 +446,7 @@ nym-validator-client = { version = "1.20.1", path = "common/client-libs/validato nym-vesting-contract-common = { version = "1.20.1", path = "common/cosmwasm-smart-contracts/vesting-contract" } nym-wireguard-types = { version = "1.20.1", path = "common/wireguard-types" } nym-sqlx-pool-guard = { version = "1.2.0", path = "common/sqlx-pool-guard" } -nym-wasm-utils = { version = "1.20.1", path = "common/wasm/utils" } +wasm-utils = { version = "1.20.1", path = "common/wasm/utils" } # coconut/DKG related # unfortunately until https://github.com/zkcrypto/bls12_381/issues/10 is resolved, we have to rely on the fork diff --git a/common/topology/Cargo.toml b/common/topology/Cargo.toml index e877428958..c476cf932e 100644 --- a/common/topology/Cargo.toml +++ b/common/topology/Cargo.toml @@ -42,7 +42,7 @@ nym-api-requests = { workspace = true } # 'wasm-serde-types' feature -wasm-utils = { workspace = true, default-features = false, optional = true } +wasm-utils = { workspace = true, optional = true } [features] default = ["provider-trait"]