Skip to content

Commit f410520

Browse files
committed
build: update dependencies
Upgraded clap, thiserror Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
1 parent 3b72cd8 commit f410520

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmds/jrsonnet/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.1" }
1919
jrsonnet-cli = { path = "../../crates/jrsonnet-cli", version = "0.3.1" }
2020
# TODO: Fix mimalloc compile errors, and use them
2121
mimallocator = { version = "0.1.3", optional = true }
22-
thiserror = "1.0.21"
22+
thiserror = "1.0.22"
2323

2424
[dependencies.clap]
2525
git = "https://github.com/clap-rs/clap"
26-
rev = "1d0b21908f93478e75b4b1a21533d86325d39386"
26+
rev = "821d79aac784980656f1a3be378f57cf32ea6828"

crates/jrsonnet-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.1" }
1313

1414
[dependencies.clap]
1515
git = "https://github.com/clap-rs/clap"
16-
rev = "1d0b21908f93478e75b4b1a21533d86325d39386"
16+
rev = "821d79aac784980656f1a3be378f57cf32ea6828"

crates/jrsonnet-evaluator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ md5 = "0.7.0"
3737
base64 = "0.13.0"
3838
rustc-hash = "1.1.0"
3939

40-
thiserror = "1.0.21"
40+
thiserror = "1.0.22"
4141

4242
# Serialized stdlib
4343
[dependencies.serde]

0 commit comments

Comments
 (0)