summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-03-14 22:10:23 +0100
committerGitHub <noreply@github.com>2020-03-14 22:10:23 +0100
commitbf51f7b2ec1b64a7ff14f7255eba231409ee5414 (patch)
tree862f95ae09203a1a9465e38d9cde64e5c0d3fac5 /cli/Cargo.toml
parent9648d3da1483ab77d9133ecd32fa240a597134eb (diff)
replace source-mappings-map with rust-sourcemap (#4368)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index f431dec39..a8109bca5 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -51,7 +51,7 @@ rustyline = "6.0.0"
serde = { version = "1.0.104", features = ["derive"] }
serde_derive = "1.0.104"
serde_json = { version = "1.0.48", features = [ "preserve_order" ] }
-source-map-mappings = "0.5.0"
+sourcemap = "5"
sys-info = "=0.5.8" # 0.5.9 and 0.5.10 are broken on windows.
tempfile = "3.1.0"
termcolor = "1.1.0"