Skip to content

Commit

Permalink
Update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
hurl-bot committed Dec 4, 2024
1 parent 1025eae commit 0f15b10
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions packages/hurl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ static-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.21", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.5.22", features = ["cargo", "string", "wrap_help"] }
curl = "0.4.47"
curl-sys = "0.4.78"
encoding = "0.2.33"
Expand All @@ -39,7 +39,7 @@ serde = { version = "1.0.215", features = ["derive"] }
serde_json = { version = "1.0.133", features = ["arbitrary_precision"] }
sha2 = "0.10.8"
url = "2.5.4"
xml-rs = { version = "0.8.23" }
xml-rs = { version = "0.8.24" }
lazy_static = "1.5.0"
# uuid features: lets you generate random UUIDs and use a faster (but still sufficiently random) RNG
uuid = { version = "1.11.0", features = ["v4" , "fast-rng"] }
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.21", features = ["cargo", "wrap_help"] }
clap = { version = "4.5.22", features = ["cargo", "wrap_help"] }
hurl_core = { version = "6.0.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.11.1"

Expand Down

0 comments on commit 0f15b10

Please sign in to comment.