From a40b268e9f2079bf3959199a29459a8e4cd93633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 14:20:13 +0000 Subject: [PATCH] deps: bump test-log from 0.2.18 to 0.2.19 Bumps [test-log](https://github.com/d-e-s-o/test-log) from 0.2.18 to 0.2.19. - [Release notes](https://github.com/d-e-s-o/test-log/releases) - [Changelog](https://github.com/d-e-s-o/test-log/blob/main/CHANGELOG.md) - [Commits](https://github.com/d-e-s-o/test-log/compare/v0.2.18...v0.2.19) --- updated-dependencies: - dependency-name: test-log dependency-version: 0.2.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- orion-lib/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f5ba178..5c4c384b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3495,9 +3495,9 @@ dependencies = [ [[package]] name = "test-log" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e33b98a582ea0be1168eba097538ee8dd4bbe0f2b01b22ac92ea30054e5be7b" +checksum = "37d53ac171c92a39e4769491c4b4dde7022c60042254b5fc044ae409d34a24d4" dependencies = [ "env_logger", "test-log-macros", @@ -3506,9 +3506,9 @@ dependencies = [ [[package]] name = "test-log-macros" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "451b374529930d7601b1eef8d32bc79ae870b6079b069401709c2a8bf9e75f36" +checksum = "be35209fd0781c5401458ab66e4f98accf63553e8fae7425503e92fdd319783b" dependencies = [ "proc-macro2", "quote", diff --git a/orion-lib/Cargo.toml b/orion-lib/Cargo.toml index 27ecb392..9478e70e 100644 --- a/orion-lib/Cargo.toml +++ b/orion-lib/Cargo.toml @@ -78,7 +78,7 @@ hyperlocal = "0.9.1" tokio-util = "0.7.17" atomic_enum = "0.3.0" assert_matches = "1.5.0" -test-log = "0.2.18" +test-log = "0.2.19" [dev-dependencies]