From 5467ccfdabf77092557a047ea20f3f230e5b6698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:10:10 +0000 Subject: [PATCH] build(deps): bump lum_libs from 0.2.6 to 0.2.7 Bumps [lum_libs](https://github.com/lum-rs/lum_libs) from 0.2.6 to 0.2.7. - [Release notes](https://github.com/lum-rs/lum_libs/releases) - [Commits](https://github.com/lum-rs/lum_libs/compare/0.2.6...0.2.7) --- updated-dependencies: - dependency-name: lum_libs dependency-version: 0.2.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 29 ++++++++++------------------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2819fb..bcda8de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,7 +116,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.59.0", + "windows-sys", ] [[package]] @@ -262,9 +262,9 @@ dependencies = [ [[package]] name = "lum_libs" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c93820cfff2826e15caa380a002d79fc513096fd32af83247ad7a8ba7d6201c" +checksum = "38a2e47120f7c08a76d9103c0233079b0e34904b100057dc9a6c13f58f49e8da" dependencies = [ "async-trait", "downcast-rs", @@ -319,7 +319,7 @@ checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" dependencies = [ "libc", "wasi 0.11.1+wasi-snapshot-preview1", - "windows-sys 0.59.0", + "windows-sys", ] [[package]] @@ -513,12 +513,12 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "socket2" -version = "0.5.10" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" +checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys", ] [[package]] @@ -554,9 +554,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.46.1" +version = "1.47.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" +checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" dependencies = [ "backtrace", "bytes", @@ -569,7 +569,7 @@ dependencies = [ "slab", "socket2", "tokio-macros", - "windows-sys 0.52.0", + "windows-sys", ] [[package]] @@ -746,15 +746,6 @@ dependencies = [ "windows-link", ] -[[package]] -name = "windows-sys" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" -dependencies = [ - "windows-targets", -] - [[package]] name = "windows-sys" version = "0.59.0" diff --git a/Cargo.toml b/Cargo.toml index 8720d89..12990c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,6 @@ lto = false [dependencies] lum_boxtypes = "0.2.2" lum_event = "0.2.11" -lum_libs = { version = "0.2.6", features = ["async-trait", "downcast-rs", "fern", "humantime", "log", "serde", "tokio", "uuid"] } +lum_libs = { version = "0.2.7", features = ["async-trait", "downcast-rs", "fern", "humantime", "log", "serde", "tokio", "uuid"] } lum_log = "0.2.7" thiserror = "2.0.12"