diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-08-23 00:11:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 00:11:14 +0000 |
commit | 079f7f9258964d586e48a9495da97ccedf40260c (patch) | |
tree | 5e28dcf3de295ded05a4a33011f5e74b63d15a16 /Cargo.lock | |
parent | f1ec8e6fed2a351915c6ce6956849d8c602d2047 (diff) |
chore(deps): update rust crate num-bigint to 0.4.4
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index f25b7c20c0..b92ab5f1c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1399,9 +1399,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" +checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" dependencies = [ "autocfg", "num-integer", |