Skip to content

Commit

Permalink
Update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
hurl-bot committed Oct 9, 2024
1 parent cb4206b commit 4cf44ff
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 @@ -20,7 +20,7 @@ vendored-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]
base64 = "0.22.1"
brotli = "7.0.0"
chrono = { version = "0.4.38", default-features = false, features = ["clock"] }
clap = { version = "4.5.19", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.5.20", features = ["cargo", "string", "wrap_help"] }
curl = "0.4.47"
curl-sys = "0.4.77"
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 @@ -12,7 +12,7 @@ rust-version = "1.78.0"

[dependencies]
base64 = "0.22.1"
clap = { version = "4.5.19", features = ["cargo", "wrap_help"] }
clap = { version = "4.5.20", features = ["cargo", "wrap_help"] }
hurl_core = { version = "6.0.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.11.0"

Expand Down

0 comments on commit 4cf44ff

Please sign in to comment.