Skip to content

Commit

Permalink
Update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
hurl-bot committed Sep 5, 2024
1 parent d50eb56 commit 32f142a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions 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 = "6.0.0"
chrono = { version = "0.4.38", default-features = false, features = ["clock"] }
clap = { version = "4.5.16", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.5.17", features = ["cargo", "string", "wrap_help"] }
curl = "0.4.46"
curl-sys = "0.4.74"
encoding = "0.2.33"
Expand All @@ -35,7 +35,7 @@ md5 = "0.7.0"
percent-encoding = "2.3.1"
regex = "1.10.6"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = { version = "1.0.127", features = ["arbitrary_precision"] }
serde_json = { version = "1.0.128", features = ["arbitrary_precision"] }
sha2 = "0.10.8"
url = "2.5.2"
xml-rs = { version = "0.8.21" }
Expand All @@ -52,7 +52,7 @@ termion = "4.0.2"
winres = "0.1.12"

[build-dependencies]
cc = "1.1.15"
cc = "1.1.16"

[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.16", features = ["cargo", "wrap_help"] }
clap = { version = "4.5.17", features = ["cargo", "wrap_help"] }
hurl_core = { version = "5.0.1", path = "../hurl_core" }
regex = "1.10.6"

Expand Down

0 comments on commit 32f142a

Please sign in to comment.