From 6853ac616bc886092440d8777c14cecd9ff53472 Mon Sep 17 00:00:00 2001 From: Thomas Coratger <60488569+tcoratger@users.noreply.github.com> Date: Fri, 20 Sep 2024 06:45:53 +0200 Subject: [PATCH] chore: bump starknet-types-core to 0.1.6 (#658) --- Cargo.lock | 8 ++++---- starknet-core/Cargo.toml | 2 +- starknet-crypto/Cargo.toml | 4 ++-- starknet-curve/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a9f29dc..3922fa55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2192,9 +2192,9 @@ dependencies = [ [[package]] name = "starknet-types-core" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce6bacf0ba19bc721e518bc4bf389ff13daa8a7c5db5fd320600473b8aa9fcbd" +checksum = "9b889ee5734db8b3c8a6551135c16764bf4ce1ab4955fffbb2ac5b6706542b64" dependencies = [ "lambdaworks-crypto", "lambdaworks-math", @@ -2545,9 +2545,9 @@ dependencies = [ [[package]] name = "unicode-width" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" +checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" [[package]] name = "untrusted" diff --git a/starknet-core/Cargo.toml b/starknet-core/Cargo.toml index ba8c41b7..f3302ac2 100644 --- a/starknet-core/Cargo.toml +++ b/starknet-core/Cargo.toml @@ -27,7 +27,7 @@ serde_json = { version = "1.0.96", default-features = false, features = ["alloc" serde_json_pythonic = { version = "0.1.2", default-features = false, features = ["alloc", "raw_value"] } serde_with = { version = "3.9.0", default-features = false, features = ["alloc", "macros"] } sha3 = { version = "0.10.7", default-features = false } -starknet-types-core = { version = "0.1.5", default-features = false, features = ["curve", "serde", "num-traits"] } +starknet-types-core = { version = "0.1.6", default-features = false, features = ["curve", "serde", "num-traits"] } [dev-dependencies] bincode = "1.3.3" diff --git a/starknet-crypto/Cargo.toml b/starknet-crypto/Cargo.toml index 9b159bcd..b0989925 100644 --- a/starknet-crypto/Cargo.toml +++ b/starknet-crypto/Cargo.toml @@ -24,7 +24,7 @@ rfc6979 = { version = "0.4.0", default-features = false } sha2 = { version = "0.10.6", default-features = false } zeroize = { version = "1.6.0", default-features = false } hex = { version = "0.4.3", default-features = false, optional = true } -starknet-types-core = { version = "0.1.5", default-features = false, features = ["curve", "hash"] } +starknet-types-core = { version = "0.1.6", default-features = false, features = ["curve", "hash"] } [features] default = ["std", "signature-display"] @@ -38,7 +38,7 @@ hex = "0.4.3" hex-literal = "0.4.1" serde = { version = "1.0.160", features = ["derive"] } serde_json = "1.0.96" -starknet-types-core = { version = "0.1.5", default-features = false, features = ["alloc"] } +starknet-types-core = { version = "0.1.6", default-features = false, features = ["alloc"] } [target.'cfg(target_arch = "wasm32")'.dev-dependencies] wasm-bindgen-test = "0.3.34" diff --git a/starknet-curve/Cargo.toml b/starknet-curve/Cargo.toml index f003b259..0f3da9a6 100644 --- a/starknet-curve/Cargo.toml +++ b/starknet-curve/Cargo.toml @@ -13,7 +13,7 @@ Stark curve keywords = ["ethereum", "starknet", "web3", "no_std"] [dependencies] -starknet-types-core = { version = "0.1.5", default-features = false, features = ["curve"] } +starknet-types-core = { version = "0.1.6", default-features = false, features = ["curve"] } [lints] workspace = true