From fdcf8479873d391b75da819181c37bb7be7dfd33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:27:24 +0000 Subject: [PATCH] chore(deps): bump log from 0.4.27 to 0.4.28 Bumps [log](https://github.com/rust-lang/log) from 0.4.27 to 0.4.28. - [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.27...0.4.28) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.28 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- asport-client/Cargo.toml | 2 +- asport-server/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d03bd09..f9d3c36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -850,9 +850,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.27" +version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" +checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" dependencies = [ "serde", ] diff --git a/asport-client/Cargo.toml b/asport-client/Cargo.toml index d3fa33c..13c9938 100644 --- a/asport-client/Cargo.toml +++ b/asport-client/Cargo.toml @@ -20,7 +20,7 @@ config = { version = "0.15.14", default-features = false, features = ["async", " crossbeam-utils = { version = "0.8.20", default-features = false, features = ["std"] } env_logger = { version = "0.11.5", default-features = false, features = ["auto-color", "humantime"] } humantime = { version = "2.1.0", default-features = false } -log = { version = "0.4.22", default-features = false, features = ["serde", "std"] } +log = { version = "0.4.28", default-features = false, features = ["serde", "std"] } parking_lot = { version = "0.12.3", default-features = false, features = ["send_guard"] } ppp = { version = "2.2.0", default-features = false } rand_core = { version = "0.6.4", default-features = false } diff --git a/asport-server/Cargo.toml b/asport-server/Cargo.toml index 25a0eb1..a618ff8 100644 --- a/asport-server/Cargo.toml +++ b/asport-server/Cargo.toml @@ -22,7 +22,7 @@ config = { version = "0.15.14", default-features = false, features = ["async", " crossbeam-utils = { version = "0.8.20", default-features = false, features = ["std"] } env_logger = { version = "0.11.5", default-features = false, features = ["auto-color", "humantime"] } humantime = { version = "2.1.0", default-features = false } -log = { version = "0.4.22", default-features = false, features = ["serde", "std"] } +log = { version = "0.4.28", default-features = false, features = ["serde", "std"] } parking_lot = { version = "0.12.3", default-features = false, features = ["send_guard"] } rand_core = { version = "0.6.4", default-features = false } quinn = { version = "0.11.4", default-features = false, features = ["futures-io", "runtime-tokio", "rustls"] }