From e1fad6fb4fe7a256ebc9915db04490d0fbf7f6f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 12:13:17 +0000 Subject: [PATCH] chore(deps): bump log from 0.4.29 to 0.4.30 Bumps [log](https://github.com/rust-lang/log) from 0.4.29 to 0.4.30. - [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.29...0.4.30) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.30 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- client/Cargo.toml | 2 +- server/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 138565e..b44d99b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1331,9 +1331,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.29" +version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" +checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" [[package]] name = "lru-slab" diff --git a/client/Cargo.toml b/client/Cargo.toml index ffe13a0..c10603b 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" [dependencies] tokio = { version = "1.52.3", features = ["full"] } env_logger = "0.11.10" -log = "0.4.29" +log = "0.4.30" protocol = { path = "../protocol" } reqwest = { version = "0.13.3", features = ["json"] } serde = { version = "1.0", features = ["derive"] } diff --git a/server/Cargo.toml b/server/Cargo.toml index 4991416..a93b883 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" [dependencies] tokio = { version = "1.52.3", features = ["full"] } env_logger = "0.11.10" -log = "0.4.29" +log = "0.4.30" protocol = { path = "../protocol" } axum = "0.8" async-graphql = "7"