From 27fb4446f8898237b21e3ce763eab2275519b3f8 Mon Sep 17 00:00:00 2001 From: Yieazy Date: Tue, 24 Oct 2023 18:29:00 +0800 Subject: [PATCH] Update dep (#84) * chore: update deps * chore: bump to 0.3.4 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c861b38..d85d5e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cita-vm" -version = "0.3.3" +version = "0.3.4" authors = ["Cryptape Technologies "] edition = "2021" description = "CITA VM" @@ -10,10 +10,10 @@ documentation = "https://github.com/cryptape/cita-vm/blob/master/README.md" [dependencies] byteorder = "1.0" -cita_trie = "3.0" -env_logger = "0.9" +cita_trie = "4.0" +env_logger = "0.10" ethereum-types = "0.14" -hashbrown = { version = "0.12", features = ["rayon"] } +hashbrown = { version = "0.13", features = ["rayon"] } hasher = { version="0.1" } hex = "0.4" secp256k1 = { package = "libsecp256k1", version = "0.7" }