From be04fe66ddd770944de0e36147e82d5bf9891d0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 23:14:06 +0000 Subject: [PATCH] build(deps): bump lbug from 0.17.1 to 0.18.0 Bumps [lbug](https://github.com/LadybugDB/ladybug-rust) from 0.17.1 to 0.18.0. - [Commits](https://github.com/LadybugDB/ladybug-rust/commits) --- updated-dependencies: - dependency-name: lbug dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47e1f39..ea928e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -365,9 +365,9 @@ dependencies = [ [[package]] name = "lbug" -version = "0.17.1" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d38365ef5ebc0a55e342db7296a6ca9a2ee64916dbdbe4f87f1496b4fc68d0da" +checksum = "f52ee74966e323212747aa22fa8c01f73f1cbbb996187c3b08cbf96ff9f67562" dependencies = [ "cmake", "cxx", diff --git a/Cargo.toml b/Cargo.toml index e01dae6..34cd425 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ name = "codebase_graph" bundled-windows-extensions = [] [dependencies] -lbug = "0.17.1" +lbug = "0.18.0" notify = "8.2" serde = { version = "1", features = ["derive"] } serde_json = "1"