From bc6f367d5c15d953c493c738c9031c91d544e8f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 11:42:34 +0000 Subject: [PATCH] Bump noyalib from 0.0.32 to 0.0.42 Bumps [noyalib](https://github.com/sebastienrousseau/noyalib) from 0.0.32 to 0.0.42. - [Release notes](https://github.com/sebastienrousseau/noyalib/releases) - [Changelog](https://github.com/sebastienrousseau/noyalib/blob/main/CHANGELOG.md) - [Commits](https://github.com/sebastienrousseau/noyalib/compare/v0.0.32...v0.0.42) --- updated-dependencies: - dependency-name: noyalib dependency-version: 0.0.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"