Skip to content

Commit

Permalink
chore(deps): update rust crate num-traits to 0.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2023
1 parent d963857 commit 4f1160e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/air-lib/interpreter-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ semver = { version = "1.0.17", features = ["serde"] }
once_cell = "1.17.1"
tracing = "0.1.37"
newtype_derive = "0.1.6"
num-traits = "0.2.15"
num-traits = "0.2.16"
2 changes: 1 addition & 1 deletion crates/air-lib/trace-handler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ serde_json = "1.0.95"
log = "0.4.17"
thiserror = "1.0.40"
tracing = "0.1.37"
num-traits = "0.2.15"
num-traits = "0.2.16"

0 comments on commit 4f1160e

Please sign in to comment.