Skip to content

Commit

Permalink
Update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 2, 2022
1 parent 1f9d786 commit c923c76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hurl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ atty = "0.2.14"
base64 = "0.13.0"
brotli = "3.3.4"
chrono = { version = "0.4.22", default-features = false, features = ["clock"] }
clap = { version = "3.2.19", features = ["cargo"] }
clap = { version = "3.2.20", features = ["cargo"] }
colored = "2.0.0"
curl = "0.4.44"
encoding = "0.2.33"
Expand Down
2 changes: 1 addition & 1 deletion packages/hurlfmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ strict = []
[dependencies]
atty = "0.2.14"
base64 = "0.13.0"
clap = { version = "3.2.19", features = ["cargo"] }
clap = { version = "3.2.20", features = ["cargo"] }
colored = "2.0.0"
hurl_core = { version = "1.7.0-snapshot", path = "../hurl_core" }
regex = "1.6.0"
Expand Down

0 comments on commit c923c76

Please sign in to comment.