Skip to content

Commit

Permalink
Update dep (#84)
Browse files Browse the repository at this point in the history
* chore: update deps

* chore: bump to 0.3.4
  • Loading branch information
Pencil-Yao authored Oct 24, 2023
1 parent d4b2f7f commit 27fb444
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cita-vm"
version = "0.3.3"
version = "0.3.4"
authors = ["Cryptape Technologies <[email protected]>"]
edition = "2021"
description = "CITA VM"
Expand All @@ -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" }
Expand Down

0 comments on commit 27fb444

Please sign in to comment.