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] authored Oct 13, 2023
1 parent 8a07613 commit a99e748
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 crates/air-lib/interpreter-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ 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.17"
thiserror = "1.0.40"
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.17"

0 comments on commit a99e748

Please sign in to comment.