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 4, 2024
1 parent edcb677 commit 629c133
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 32 deletions.
42 changes: 16 additions & 26 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions packages/hurl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ vendored-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]

[dependencies]
base64 = "0.22.1"
brotli = "6.0.0"
brotli = "7.0.0"
chrono = { version = "0.4.38", default-features = false, features = ["clock"] }
clap = { version = "4.5.18", features = ["cargo", "string", "wrap_help"] }
curl = "0.4.46"
curl-sys = "0.4.76"
clap = { version = "4.5.19", features = ["cargo", "string", "wrap_help"] }
curl = "0.4.47"
curl-sys = "0.4.77"
encoding = "0.2.33"
float-cmp = "0.10.0"
glob = "0.3.1"
Expand Down Expand Up @@ -52,7 +52,7 @@ termion = "4.0.2"
winres = "0.1.12"

[build-dependencies]
cc = "1.1.22"
cc = "1.1.24"

[lints]
workspace = true
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.18", features = ["cargo", "wrap_help"] }
clap = { version = "4.5.19", features = ["cargo", "wrap_help"] }
hurl_core = { version = "6.0.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.11.0"

Expand Down

0 comments on commit 629c133

Please sign in to comment.