difftreelog
build update dependencies
in: master
Upgraded clap, thiserror
4 files changed
Cargo.lockdiffbeforeafterboth64[[package]]64[[package]]65name = "clap"65name = "clap"66version = "3.0.0-beta.2"66version = "3.0.0-beta.2"67source = "git+https://github.com/clap-rs/clap?rev=1d0b21908f93478e75b4b1a21533d86325d39386#1d0b21908f93478e75b4b1a21533d86325d39386"67source = "git+https://github.com/clap-rs/clap?rev=821d79aac784980656f1a3be378f57cf32ea6828#821d79aac784980656f1a3be378f57cf32ea6828"68dependencies = [68dependencies = [69 "atty",69 "atty",70 "bitflags",70 "bitflags",82[[package]]82[[package]]83name = "clap_derive"83name = "clap_derive"84version = "3.0.0-beta.2"84version = "3.0.0-beta.2"85source = "git+https://github.com/clap-rs/clap?rev=1d0b21908f93478e75b4b1a21533d86325d39386#1d0b21908f93478e75b4b1a21533d86325d39386"85source = "git+https://github.com/clap-rs/clap?rev=821d79aac784980656f1a3be378f57cf32ea6828#821d79aac784980656f1a3be378f57cf32ea6828"86dependencies = [86dependencies = [87 "heck",87 "heck",88 "proc-macro-error",88 "proc-macro-error",241241242[[package]]242[[package]]243name = "os_str_bytes"243name = "os_str_bytes"244version = "2.3.1"244version = "2.4.0"245source = "registry+https://github.com/rust-lang/crates.io-index"245source = "registry+https://github.com/rust-lang/crates.io-index"246checksum = "06de47b848347d8c4c94219ad8ecd35eb90231704b067e67e6ae2e36ee023510"246checksum = "afb2e1c3ee07430c2cf76151675e583e0f19985fa6efae47d6848a3e2c824f85"247247248[[package]]248[[package]]249name = "pathdiff"249name = "pathdiff"306306307[[package]]307[[package]]308name = "proc-macro2"308name = "proc-macro2"309version = "1.0.18"309version = "1.0.24"310source = "registry+https://github.com/rust-lang/crates.io-index"310source = "registry+https://github.com/rust-lang/crates.io-index"311checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"311checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"312dependencies = [312dependencies = [313 "unicode-xid",313 "unicode-xid",314]314]390390391[[package]]391[[package]]392name = "syn"392name = "syn"393version = "1.0.33"393version = "1.0.48"394source = "registry+https://github.com/rust-lang/crates.io-index"394source = "registry+https://github.com/rust-lang/crates.io-index"395checksum = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd"395checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac"396dependencies = [396dependencies = [397 "proc-macro2",397 "proc-macro2",398 "quote",398 "quote",430430431[[package]]431[[package]]432name = "thiserror"432name = "thiserror"433version = "1.0.21"433version = "1.0.22"434source = "registry+https://github.com/rust-lang/crates.io-index"434source = "registry+https://github.com/rust-lang/crates.io-index"435checksum = "318234ffa22e0920fe9a40d7b8369b5f649d490980cf7aadcf1eb91594869b42"435checksum = "0e9ae34b84616eedaaf1e9dd6026dbe00dcafa92aa0c8077cb69df1fcfe5e53e"436dependencies = [436dependencies = [437 "thiserror-impl",437 "thiserror-impl",438]438]439439440[[package]]440[[package]]441name = "thiserror-impl"441name = "thiserror-impl"442version = "1.0.21"442version = "1.0.22"443source = "registry+https://github.com/rust-lang/crates.io-index"443source = "registry+https://github.com/rust-lang/crates.io-index"444checksum = "cae2447b6282786c3493999f40a9be2a6ad20cb8bd268b0a0dbf5a065535c0ab"444checksum = "9ba20f23e85b10754cd195504aebf6a27e2e6cbe28c17778a0c930724628dd56"445dependencies = [445dependencies = [446 "proc-macro2",446 "proc-macro2",447 "quote",447 "quote",cmds/jrsonnet/Cargo.tomldiffbeforeafterboth--- a/cmds/jrsonnet/Cargo.toml
+++ b/cmds/jrsonnet/Cargo.toml
@@ -19,8 +19,8 @@
jrsonnet-cli = { path = "../../crates/jrsonnet-cli", version = "0.3.1" }
# TODO: Fix mimalloc compile errors, and use them
mimallocator = { version = "0.1.3", optional = true }
-thiserror = "1.0.21"
+thiserror = "1.0.22"
[dependencies.clap]
git = "https://github.com/clap-rs/clap"
-rev = "1d0b21908f93478e75b4b1a21533d86325d39386"
+rev = "821d79aac784980656f1a3be378f57cf32ea6828"
crates/jrsonnet-cli/Cargo.tomldiffbeforeafterboth--- a/crates/jrsonnet-cli/Cargo.toml
+++ b/crates/jrsonnet-cli/Cargo.toml
@@ -13,4 +13,4 @@
[dependencies.clap]
git = "https://github.com/clap-rs/clap"
-rev = "1d0b21908f93478e75b4b1a21533d86325d39386"
+rev = "821d79aac784980656f1a3be378f57cf32ea6828"
crates/jrsonnet-evaluator/Cargo.tomldiffbeforeafterboth--- a/crates/jrsonnet-evaluator/Cargo.toml
+++ b/crates/jrsonnet-evaluator/Cargo.toml
@@ -37,7 +37,7 @@
base64 = "0.13.0"
rustc-hash = "1.1.0"
-thiserror = "1.0.21"
+thiserror = "1.0.22"
# Serialized stdlib
[dependencies.serde]