From 6c82a046606f0bf3b081d7c5c8cfc0d7118d3cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 06:45:29 +0000 Subject: [PATCH] chore(deps): bump rowan from 0.15.13 to 0.15.15 Bumps [rowan](https://github.com/rust-analyzer/rowan) from 0.15.13 to 0.15.15. - [Commits](https://github.com/rust-analyzer/rowan/compare/v0.15.13...v0.15.15) --- updated-dependencies: - dependency-name: rowan dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed57c2b..b3a6d57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,9 +439,9 @@ checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" [[package]] name = "hashbrown" -version = "0.12.3" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" +checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" [[package]] name = "heck" @@ -877,9 +877,9 @@ dependencies = [ [[package]] name = "rowan" -version = "0.15.13" +version = "0.15.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "906057e449592587bf6724f00155bf82a6752c868d78a8fb3aa41f4e6357cfe8" +checksum = "32a58fa8a7ccff2aec4f39cc45bf5f985cec7125ab271cf681c279fd00192b49" dependencies = [ "countme", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index 31027c6..f6daf5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ diffy = { version = "0.3.0", optional = true} nix-uri = { version = "0.1.4", path = "vendor/nix-uri" } rnix = "0.11.0" ropey = { version = "1.6.1", optional = true } -rowan = "0.15.13" +rowan = "0.15.15" serde = "1.0.192" thiserror = "1.0.51" tracing = "0.1.40"