diff --git a/Cargo.lock b/Cargo.lock index cf5b5d8a..987bf927 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 26b2632a..e0f9e27f 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}