Skip to content

Commit

Permalink
chore(deps): update rust crate num-traits to 0.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 8, 2023
1 parent 564015f commit 3c98812
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4181,9 +4181,9 @@ dependencies = [

[[package]]
name = "num-traits"
version = "0.2.16"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
dependencies = [
"autocfg",
"libm",
Expand Down
2 changes: 1 addition & 1 deletion apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ insta = { version = "1.33.0", features = ["json", "redactions", "yaml"] }
maplit = "1.0.2"
memchr = { version = "2.6.4", default-features = false }
mockall = "0.11.4"
num-traits = "0.2.16"
num-traits = "0.2.17"
once_cell = "1.18.0"
opentelemetry-stdout = { version = "0.1.0", features = ["trace"] }
p256 = "0.12.0"
Expand Down

0 comments on commit 3c98812

Please sign in to comment.