diff --git a/Cargo.lock b/Cargo.lock index c880311..7dd3e7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3220,9 +3220,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.17" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" dependencies = [ "autocfg", "libm", diff --git a/practice_collection/error/Cargo.toml b/practice_collection/error/Cargo.toml index 121a176..1b909e3 100644 --- a/practice_collection/error/Cargo.toml +++ b/practice_collection/error/Cargo.toml @@ -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" diff --git a/practice_collection/thread_and_async/Cargo.toml b/practice_collection/thread_and_async/Cargo.toml index 752ff21..72f4941 100644 --- a/practice_collection/thread_and_async/Cargo.toml +++ b/practice_collection/thread_and_async/Cargo.toml @@ -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"