git.delta.rocks / jrsonnet / refs/commits / feb1a4c62aa2

difftreelog

build upgrade dependencies

Yaroslav Bolyukin2021-01-06parent: #c0a6203.patch.diff
in: master

5 files changed

modifiedCargo.lockdiffbeforeafterboth
before · Cargo.lock
61 packageslockfile v1
modifiedcmds/jrsonnet/Cargo.tomldiffbeforeafterboth
--- a/cmds/jrsonnet/Cargo.toml
+++ b/cmds/jrsonnet/Cargo.toml
@@ -17,8 +17,8 @@
 jrsonnet-cli = { path = "../../crates/jrsonnet-cli", version = "0.3.2" }
 # TODO: Fix mimalloc compile errors, and use them
 mimallocator = { version = "0.1.3", optional = true }
-thiserror = "1.0.22"
+thiserror = "1.0"
 
 [dependencies.clap]
 git = "https://github.com/clap-rs/clap"
-rev = "821d79aac784980656f1a3be378f57cf32ea6828"
+rev = "50fb4ca63dc7e8fb8aa2914de5c8a5b4413f2c62"
modifiedcrates/jrsonnet-cli/Cargo.tomldiffbeforeafterboth
--- a/crates/jrsonnet-cli/Cargo.toml
+++ b/crates/jrsonnet-cli/Cargo.toml
@@ -11,4 +11,4 @@
 
 [dependencies.clap]
 git = "https://github.com/clap-rs/clap"
-rev = "821d79aac784980656f1a3be378f57cf32ea6828"
+rev = "50fb4ca63dc7e8fb8aa2914de5c8a5b4413f2c62"
modifiedcrates/jrsonnet-evaluator/Cargo.tomldiffbeforeafterboth
--- a/crates/jrsonnet-evaluator/Cargo.toml
+++ b/crates/jrsonnet-evaluator/Cargo.toml
@@ -29,17 +29,17 @@
 pathdiff = "0.2.0"
 
 closure = "0.3.0"
-indexmap = "1.6.0"
+indexmap = "1.6"
 
 md5 = "0.7.0"
 base64 = "0.13.0"
 rustc-hash = "1.1.0"
 
-thiserror = "1.0.22"
+thiserror = "1.0"
 
 # Serialized stdlib
 [dependencies.serde]
-version = "1.0.117"
+version = "1.0"
 optional = true
 [dependencies.bincode]
 version = "1.3.1"
@@ -47,7 +47,7 @@
 
 # Serde json
 [dependencies.serde_json]
-version = "1.0.59"
+version = "1.0"
 optional = true
 
 # Explaining traces
@@ -60,5 +60,5 @@
 jrsonnet-parser = { path = "../jrsonnet-parser", features = ["dump", "serialize", "deserialize"], version = "0.3.0" }
 jrsonnet-stdlib = { path = "../jrsonnet-stdlib", version = "0.3.0" }
 structdump = "0.1.2"
-serde = "1.0.117"
+serde = "1.0"
 bincode = "1.3.1"
modifiedcrates/jrsonnet-parser/Cargo.tomldiffbeforeafterboth
--- a/crates/jrsonnet-parser/Cargo.toml
+++ b/crates/jrsonnet-parser/Cargo.toml
@@ -17,7 +17,7 @@
 peg = "0.6.3"
 unescape = "0.1.0"
 
-serde = { version = "1.0.117", features = ["derive", "rc"], optional = true }
+serde = { version = "1.0", features = ["derive", "rc"], optional = true }
 structdump = { version = "0.1.2", optional = true }
 structdump-derive = { version = "0.1.2", optional = true }