Skip to content

Commit

Permalink
build(deps): Bump num-bigint from 0.4.5 to 0.4.6 (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent e6e72ca commit e92ecf5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fixed = { version = "1.27", optional = true }
getrandom = { version = "0.2.14", features = ["std"] }
hex = { version = "0.4.3", features = ["serde"], optional = true }
hmac = { version = "0.12.1", optional = true }
num-bigint = { version = "0.4.5", optional = true, features = ["rand", "serde"] }
num-bigint = { version = "0.4.6", optional = true, features = ["rand", "serde"] }
num-integer = { version = "0.1.46", optional = true }
num-iter = { version = "0.1.45", optional = true }
num-rational = { version = "0.4.2", optional = true, features = ["serde"] }
Expand All @@ -45,7 +45,7 @@ fixed-macro = "1.2.0"
hex-literal = "0.4.1"
iai = "0.1"
modinverse = "0.1.0"
num-bigint = "0.4.5"
num-bigint = "0.4.6"
once_cell = "1.19.0"
prio = { path = ".", features = ["crypto-dependencies", "test-util"] }
statrs = "0.16.1"
Expand Down
4 changes: 0 additions & 4 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ criteria = "safe-to-deploy"
version = "1.12.1"
criteria = "safe-to-deploy"

[[exemptions.cast]]
version = "0.3.0"
criteria = "safe-to-run"

[[exemptions.cipher]]
version = "0.4.3"
criteria = "safe-to-deploy"
Expand Down
10 changes: 8 additions & 2 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ user-login = "Amanieu"
user-name = "Amanieu d'Antras"

[[publisher.num-bigint]]
version = "0.4.5"
when = "2024-05-06"
version = "0.4.6"
when = "2024-06-27"
user-id = 539
user-login = "cuviper"
user-name = "Josh Stone"
Expand Down Expand Up @@ -360,6 +360,12 @@ who = "Radu Matei <radu.matei@fermyon.com>"
criteria = "safe-to-run"
version = "0.3.3"

[[audits.google.audits.cast]]
who = "George Burgess IV <gbiv@google.com>"
criteria = "safe-to-run"
version = "0.3.0"
aggregated-from = "https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/refs/heads/main/cargo-vet/audits.toml?format=TEXT"

[[audits.google.audits.clap]]
who = "George Burgess IV <gbiv@google.com>"
criteria = "safe-to-run"
Expand Down

0 comments on commit e92ecf5

Please sign in to comment.