Skip to content

Commit

Permalink
build(deps): Bump num-traits from 0.2.18 to 0.2.19 (divviup#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and Hannah Davis committed May 7, 2024
1 parent fd5c1d5 commit bcf1ab5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ num-bigint = { version = "0.4.4", optional = true, features = ["rand", "serde"]
num-integer = { version = "0.1.46", optional = true }
num-iter = { version = "0.1.44", optional = true }
num-rational = { version = "0.4.1", optional = true, features = ["serde"] }
num-traits = { version = "0.2.18", optional = true }
num-traits = { version = "0.2.19", optional = true }
rand = "0.8"
rand_core = "0.6.4"
rayon = { version = "1.9.0", optional = true }
Expand Down
5 changes: 5 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,11 @@ who = "David Cook <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.2.17 -> 0.2.18"

[[audits.num-traits]]
who = "David Cook <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.2.18 -> 0.2.19"

[[audits.once_cell]]
who = "David Cook <[email protected]>"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit bcf1ab5

Please sign in to comment.