From 2c96ea3ec0a0dcd9289cccee81af5acffbfa32e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:35:55 +0000 Subject: [PATCH] Bump rangemap from 1.5.0 to 1.5.1 Bumps [rangemap](https://github.com/jeffparsons/rangemap) from 1.5.0 to 1.5.1. - [Changelog](https://github.com/jeffparsons/rangemap/blob/main/CHANGELOG.md) - [Commits](https://github.com/jeffparsons/rangemap/commits) --- updated-dependencies: - dependency-name: rangemap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- samply-symbols/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4cde6ca4..589bad2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1499,9 +1499,9 @@ dependencies = [ [[package]] name = "rangemap" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "795915a3930a5d6bafd9053d37602fea3e61be2e5d4d788983a8ba9654c1c6f2" +checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684" [[package]] name = "redox_syscall" diff --git a/samply-symbols/Cargo.toml b/samply-symbols/Cargo.toml index 09affabe..a74e9789 100644 --- a/samply-symbols/Cargo.toml +++ b/samply-symbols/Cargo.toml @@ -41,7 +41,7 @@ rustc-demangle = "0.1.21" bitflags = "2" bytesize = { version = "1.0.1", optional = true } bitvec = { version = "1.0.0", optional = true } -rangemap = "1.5.0" +rangemap = "1.5.1" elsa = "1.4.0" memchr = { version = "2.4", default-features = false } srcsrv = "0.2.2"