From 662a504a8632a6a0843541d27c7d078d4780d720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 01:43:38 +0000 Subject: [PATCH] Bump relative-path from 1.9.3 to 2.0.1 Bumps [relative-path](https://github.com/udoprog/relative-path) from 1.9.3 to 2.0.1. - [Release notes](https://github.com/udoprog/relative-path/releases) - [Commits](https://github.com/udoprog/relative-path/compare/1.9.3...2.0.1) --- updated-dependencies: - dependency-name: relative-path dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++++-- crates/sourcemap/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf5b5d8ae..987bf927f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3993,9 +3993,12 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "relative-path" -version = "1.9.3" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" +checksum = "bca40a312222d8ba74837cb474edef44b37f561da5f773981007a10bbaa992b0" +dependencies = [ + "serde", +] [[package]] name = "reqwest" diff --git a/crates/sourcemap/Cargo.toml b/crates/sourcemap/Cargo.toml index 26b2632ab..e0f9e27f9 100644 --- a/crates/sourcemap/Cargo.toml +++ b/crates/sourcemap/Cargo.toml @@ -12,6 +12,6 @@ edition.workspace = true [dependencies] miette = {workspace = true} -relative-path = "1.9" +relative-path = "2.0" sourcemap = "9.2" thiserror = {workspace = true}