diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-03-14 22:10:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-14 22:10:23 +0100 |
| commit | bf51f7b2ec1b64a7ff14f7255eba231409ee5414 (patch) | |
| tree | 862f95ae09203a1a9465e38d9cde64e5c0d3fac5 /Cargo.lock | |
| parent | 9648d3da1483ab77d9133ecd32fa240a597134eb (diff) | |
replace source-mappings-map with rust-sourcemap (#4368)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9b9760f32..e5a7d3a62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "source-map-mappings", + "sourcemap", "sys-info", "tempfile", "termcolor", @@ -2083,16 +2083,6 @@ dependencies = [ ] [[package]] -name = "source-map-mappings" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89babfa6891f638e3e30c5dd248368937015b627a9704aaa8c9d3b9177bf8bfa" -dependencies = [ - "rand 0.4.6", - "vlq", -] - -[[package]] name = "sourcemap" version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2550,12 +2540,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" [[package]] -name = "vlq" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65dd7eed29412da847b0f78bcec0ac98588165988a8cfe41d4ea1d429f8ccfff" - -[[package]] name = "void" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" |
