From 5f65955f5960ecb06143cec8b516a8fc4fbf9b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:22:40 +0000 Subject: [PATCH] Bump log from 0.4.22 to 0.4.25 Bumps [log](https://github.com/rust-lang/log) from 0.4.22 to 0.4.25. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.22...0.4.25) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- gd/Cargo.toml | 2 +- num_opt/Cargo.toml | 2 +- testbed/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5da5a18..8147f17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -851,9 +851,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.22" +version = "0.4.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" +checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" [[package]] name = "markdown" diff --git a/gd/Cargo.toml b/gd/Cargo.toml index df93fb8..02635dd 100644 --- a/gd/Cargo.toml +++ b/gd/Cargo.toml @@ -14,7 +14,7 @@ num-traits = "0.2.19" nalgebra = "0.33.2" rand = "0.8.5" num = "0.4.3" -log = "0.4.22" +log = "0.4.25" serde_json = "1.0.134" serde = { version = "1.0.217", features = ["derive"] } anyhow = "1.0.95" diff --git a/num_opt/Cargo.toml b/num_opt/Cargo.toml index eb50c0d..68af1bd 100644 --- a/num_opt/Cargo.toml +++ b/num_opt/Cargo.toml @@ -8,7 +8,7 @@ crate-type = ["rlib"] # Compile this crate to a dynamic C library. [dependencies] getset = "0.1.3" -log = "0.4.22" +log = "0.4.25" nalgebra = "0.33.2" ndarray = "0.16.1" num-traits = "0.2.19" diff --git a/testbed/Cargo.toml b/testbed/Cargo.toml index fd48c81..356afd6 100644 --- a/testbed/Cargo.toml +++ b/testbed/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] env_logger = "0.11.6" -log = "0.4.22" +log = "0.4.25" persist = { path = "../persist" } num_opt = { path = "../num_opt" } plotters = "0.3.7"