diff --git a/Cargo.lock b/Cargo.lock index 2f67459..76cc1bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -412,9 +412,9 @@ dependencies = [ [[package]] name = "easy-cast" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10936778145f3bea71fd9bf61332cce28c28e96a380714f7ab34838b80733fd6" +checksum = "72852736692ec862655eca398c9bb1b476161b563c9f80f45f4808b9629750d6" [[package]] name = "either" diff --git a/Cargo.toml b/Cargo.toml index 7f4c937..db36396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ libm = { version = "0.2.11", optional = true } radix_fmt = "1.0.0" derive_builder = "0.20.2" chrono = "0.4.38" -easy-cast = "0.5.2" +easy-cast = "0.5.3" anyhow = "1.0.93" [dev-dependencies]