Skip to content

Commit

Permalink
Bump num_enum from 0.5.5 to 0.5.6
Browse files Browse the repository at this point in the history
Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.5.5 to 0.5.6.
- [Release notes](https://github.com/illicitonion/num_enum/releases)
- [Commits](https://github.com/illicitonion/num_enum/commits/0.5.6)

---
updated-dependencies:
- dependency-name: num_enum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2022
1 parent a3e7973 commit 596c58d
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 12 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ names = "0.12.0"
starcoin-crypto = { path = "../commons/crypto"}
once_cell = "1.8.0"
hex= "0.4.3"
num_enum = "0.5.5"
num_enum = "0.5.6"
rand = "0.8.4"
rand_core = { version = "0.6.3", default-features = false }
num_cpus = "1.13"
Expand Down
2 changes: 1 addition & 1 deletion network-rpc/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ futures = "0.3.12"
serde = { version = "1.0.130", features = ["derive"] }
log = "0.4.14"
network-rpc-derive = { path = "../derive" }
num_enum = "0.5.5"
num_enum = "0.5.6"
bcs-ext = { path = "../../commons/bcs_ext", package = "bcs-ext" }

#todo remove this dependency.
Expand Down
2 changes: 1 addition & 1 deletion storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ parking_lot = "0.11.2"
proptest = { version = "1.0.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
once_cell = "1.8.0"
num_enum = "0.5.5"
num_enum = "0.5.6"
#state-tree = { package="starcoin-state-tree", path = "../state/state-tree"}
starcoin-state-store-api = {path = "../state/state-store-api"}
starcoin-accumulator = { package="starcoin-accumulator", path = "../commons/accumulator"}
Expand Down
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rand_core = { version = "0.6.3", default-features = false }
serde = { version = "1.0.130", default-features = false }
serde_json = "1.0"
thiserror = "1.0.30"
num_enum = "0.5.5"
num_enum = "0.5.6"
bcs-ext = { package="bcs-ext", path = "../commons/bcs_ext" }
starcoin-crypto = { path = "../commons/crypto"}
starcoin-uint = {path = "uint"}
Expand Down
2 changes: 1 addition & 1 deletion vm/natives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tiny-keccak={version="2", features = ["keccak"]}
libsecp256k1 = "0.7.0"
arrayref = "0.3"
ripemd160 = "0.9.1"
num_enum = "0.5.5"
num_enum = "0.5.6"
starcoin-uint = {path = "../../types/uint"}
starcoin-vm-types= {path = "../types"}

Expand Down
2 changes: 1 addition & 1 deletion vm/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde = { version = "1.0.130", default-features = false }
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
serde_bytes = "0.11.5"
serde-helpers = {path = "../../commons/serde-helpers"}
num_enum = "0.5.5"
num_enum = "0.5.6"
hex = "0.4.3"
chrono = { version = "0.4.19", default-features = false, features = ["clock"] }
mirai-annotations = "1.10.1"
Expand Down
2 changes: 1 addition & 1 deletion vm/vm-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ move-stdlib = { git = "https://github.com/starcoinorg/diem", rev="6b1533f22b3075
tracing = "0.1.29"
starcoin-config = { path = "../../config"}
starcoin-logger = {path = "../../commons/logger"}
num_enum = "0.5.5"
num_enum = "0.5.6"
crypto = { package="starcoin-crypto", path = "../../commons/crypto"}
rand = "0.8.4"
rand_core = { version = "0.6.3", default-features = false }
Expand Down

0 comments on commit 596c58d

Please sign in to comment.