From f829bd68761f58f46d1075f3bb5d238161e5441c Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Fri, 18 Nov 2022 12:00:55 -0800 Subject: [PATCH] chore: bump open-fastrlp --- Cargo.lock | 4 ++-- ethers-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e5d5a48..1829cc1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2446,9 +2446,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "open-fastrlp" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a698f1715181465cbd508c8b7662c6e3cf057846e3c510ddae9b26ffa59e9461" +checksum = "786393f80485445794f6043fd3138854dd109cc6c4bd1a6383db304c9ce9b9ce" dependencies = [ "arrayvec 0.7.2", "auto_impl 1.0.1", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 0736a8dc..eb64e1e3 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/gakonst/ethers-rs" keywords = ["ethereum", "web3", "celo", "ethers"] [dependencies] -open-fastrlp = { version = "0.1.3", features = ["std", "derive", "ethereum-types"] } +open-fastrlp = { version = "0.1.4", features = ["std", "derive", "ethereum-types"] } rlp = { version = "0.5.2", default-features = false, features = ["std"] } ethabi = { version = "18.0.0", default-features = false, features = ["full-serde", "rlp"] } arrayvec = { version = "0.7.2", default-features = false }