diff --git a/Cargo.lock b/Cargo.lock index 3ee6f816..4fecd331 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,9 +164,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" +checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" dependencies = [ "autocfg", ] diff --git a/Cargo.toml b/Cargo.toml index 238e52fe..9d993edf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ icu_calendar = { version = "~1.4.0", default-features = true } rustc-hash = { version = "1.1.0", features = ["std"] } bitflags = "2.4.2" num-bigint = { version = "0.4.4", features = ["serde"] } -num-traits = "0.2.17" +num-traits = "0.2.18"