From cfc35cbfa7182b15058665c8973775ff73a460ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 20:21:26 +0000 Subject: [PATCH] chore(deps): Bump sourcemap from 9.2.0 to 9.2.1 Bumps [sourcemap](https://github.com/getsentry/rust-sourcemap) from 9.2.0 to 9.2.1. - [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.0...9.2.1) --- updated-dependencies: - dependency-name: sourcemap dependency-version: 9.2.1 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 cc32ac9..f5e6067 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,9 +321,9 @@ dependencies = [ [[package]] name = "sourcemap" -version = "9.2.0" +version = "9.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd430118acc9fdd838557649b9b43fd0a78e3834d84a283b466f8e84720d6101" +checksum = "bdee719193ae5c919a3ee43f64c2c0dd87f9b9a451d67918a2a5ec2e3c70561c" dependencies = [ "base64-simd", "bitvec",