diff options
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 2 |
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" |