From f723aee254cd555c6c1d530ebe8bca5397a89ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:42:25 +0000 Subject: [PATCH] chore(deps): Bump sourcemap from 9.2.1 to 9.2.2 Bumps [sourcemap](https://github.com/getsentry/rust-sourcemap) from 9.2.1 to 9.2.2. - [Release notes](https://github.com/getsentry/rust-sourcemap/releases) - [Changelog](https://github.com/getsentry/rust-sourcemap/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/rust-sourcemap/compare/9.2.1...9.2.2) --- updated-dependencies: - dependency-name: sourcemap dependency-version: 9.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c77694b..c4e7637 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,9 +321,9 @@ dependencies = [ [[package]] name = "sourcemap" -version = "9.2.1" +version = "9.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdee719193ae5c919a3ee43f64c2c0dd87f9b9a451d67918a2a5ec2e3c70561c" +checksum = "e22afbcb92ce02d23815b9795523c005cb9d3c214f8b7a66318541c240ea7935" dependencies = [ "base64-simd", "bitvec",