Skip to content

Commit

Permalink
[Cargo]: Bump num-traits from 0.2.17 to 0.2.19
Browse files Browse the repository at this point in the history
Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.17 to 0.2.19.
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](rust-num/num-traits@num-traits-0.2.17...num-traits-0.2.19)

---
updated-dependencies:
- dependency-name: num-traits
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 41a423f commit bfd5e0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 practice_collection/error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"

[dependencies]
anyhow = "1.0.86"
num-traits = "0.2.17"
num-traits = "0.2.19"
thiserror = "1.0.63"
2 changes: 1 addition & 1 deletion practice_collection/thread_and_async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ serde_json = "1.0"
crossbeam = "0.8.2"
anyhow = "1.0.86"
async-std = { version = "1.12.0", features = ["attributes", "unstable"] }
num-traits = "0.2.17"
num-traits = "0.2.19"
csv = "1.3.0"

0 comments on commit bfd5e0e

Please sign in to comment.