diff --git a/Cargo.lock b/Cargo.lock index 3e92a11..1951e79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1099,9 +1099,9 @@ checksum = "743fb55ba31b18fb1ecef6bdc9aa2743314978ac084044301a7eee33fb99a20d" [[package]] name = "noyalib" -version = "0.0.32" +version = "0.0.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "190b855ac3a2a1ff710c203db23da6aec67f4317af6e226960d40f181ceeccac" +checksum = "9fa04292d959e202029196df253cb3f4e9e20f659d6727298bb3903c4948b5a6" dependencies = [ "hashbrown", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index e196274..96c427e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ env_logger = "0.11.9" exitcode = "1.1.2" home-config = { version = "0.7.0", features = ["yaml"] } log = "0.4.32" -noyalib = { version = "0.0.32", default-features = false, features = ["std"] } +noyalib = { version = "0.0.42", default-features = false, features = ["std"] } num-bigint = "0.5.1" num-rational = { version = "0.4.2", default-features = false, features = ["std"] } num-traits = "0.2.19"