From 12690081aff70eef31c7920b880369cc7d2ea2e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:34:33 +0000 Subject: [PATCH] Bump rowan from 0.15.15 to 0.15.16 Bumps [rowan](https://github.com/rust-analyzer/rowan) from 0.15.15 to 0.15.16. - [Commits](https://github.com/rust-analyzer/rowan/compare/v0.15.15...v0.15.16) --- updated-dependencies: - dependency-name: rowan dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++------------------ nix-script-directives/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6db3694..cf8aef6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,12 +82,6 @@ dependencies = [ "wait-timeout", ] -[[package]] -name = "autocfg" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" - [[package]] name = "bitflags" version = "2.6.0" @@ -326,15 +320,6 @@ version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" -[[package]] -name = "memoffset" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" -dependencies = [ - "autocfg", -] - [[package]] name = "nix-script" version = "3.0.0" @@ -506,13 +491,12 @@ dependencies = [ [[package]] name = "rowan" -version = "0.15.15" +version = "0.15.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32a58fa8a7ccff2aec4f39cc45bf5f985cec7125ab271cf681c279fd00192b49" +checksum = "0a542b0253fa46e632d27a1dc5cf7b930de4df8659dc6e720b647fc72147ae3d" dependencies = [ "countme", "hashbrown", - "memoffset", "rustc-hash", "text-size", ] diff --git a/nix-script-directives/Cargo.toml b/nix-script-directives/Cargo.toml index bc26954..17f77c5 100644 --- a/nix-script-directives/Cargo.toml +++ b/nix-script-directives/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" anyhow = "1.0.86" log = "0.4.22" rnix = "0.11.0" -rowan = "0.15.15" +rowan = "0.15.16" serde = { version = "1.0.209", features = [ "derive" ] }