Skip to content

Commit

Permalink
ˉᵇᵒᵗˉUpdate crates on 22/07/19 20:17
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 19, 2022
1 parent c74d1e0 commit da7ad86
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.19", default-features = false, features = ["clock"] }
clap = { version = "3.2.12", features = ["cargo"] }
clap = { version = "3.2.13", features = ["cargo"] }
colored = "2.0.0"
curl = "0.4.43"
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.12", features = ["cargo"] }
clap = { version = "3.2.13", 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 da7ad86

Please sign in to comment.