Skip to content

Commit

Permalink
Update Rust crate num-bigint to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 27, 2021
1 parent 0c2fbb0 commit d71cc70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rust/dft_basic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ candid = "0.7.4"
serde = "1.0.127"
serde_bytes = "0.11"
sha2 = "0.9.1"
num-bigint = "0.4.2"
num-bigint = "0.4.3"
2 changes: 1 addition & 1 deletion rust/dft_burnable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ candid = "0.7.4"
serde = "1.0.127"
serde_bytes = "0.11"
sha2 = "0.9.1"
num-bigint = "0.4.2"
num-bigint = "0.4.3"
lazy_static = "1.4.0"
2 changes: 1 addition & 1 deletion rust/dft_mintable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ candid = "0.7.4"
serde = "1.0.127"
serde_bytes = "0.11"
sha2 = "0.9.1"
num-bigint = "0.4.2"
num-bigint = "0.4.3"
lazy_static = "1.4.0"
2 changes: 1 addition & 1 deletion rust/dft_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2018"
hex = {version = "0.4.2", features = ["serde"] }
candid = "0.7.4"
serde = "1.0.127"
num-bigint = "0.4.2"
num-bigint = "0.4.3"
crc32fast = "1.2.0"
base32 = "0.4.0"

0 comments on commit d71cc70

Please sign in to comment.