Skip to content

Commit

Permalink
Update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 6, 2022
1 parent 0d302c8 commit b424b1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 = "4.0.9", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.0.10", features = ["cargo", "string", "wrap_help"] }
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 = "4.0.9", features = ["cargo", "wrap_help"] }
clap = { version = "4.0.10", features = ["cargo", "wrap_help"] }
colored = "2.0.0"
hurl_core = { version = "1.8.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.6.0"
Expand Down

0 comments on commit b424b1b

Please sign in to comment.