From bf51f7b2ec1b64a7ff14f7255eba231409ee5414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 14 Mar 2020 22:10:23 +0100 Subject: replace source-mappings-map with rust-sourcemap (#4368) --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/Cargo.toml') 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" -- cgit v1.2.3