Skip to content

Commit

Permalink
Merge pull request #157 from friendbear/dependabot/cargo/develop/num-…
Browse files Browse the repository at this point in the history
…traits-0.2.19

[Cargo]: Bump num-traits from 0.2.17 to 0.2.19
  • Loading branch information
friendbear authored Aug 19, 2024
2 parents 41a423f + bfd5e0e commit f5c4242
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 f5c4242

Please sign in to comment.