Skip to content

Commit

Permalink
Update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
hurl-bot committed Jan 21, 2025
1 parent dc8cf59 commit 7d7357b
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.39", default-features = false, features = ["clock"] }
clap = { version = "4.5.26", features = ["string", "wrap_help"] }
clap = { version = "4.5.27", features = ["string", "wrap_help"] }
curl = "0.4.47"
curl-sys = "0.4.78"
encoding = "0.2.33"
Expand All @@ -41,7 +41,7 @@ url = "2.5.4"
xml-rs = { version = "0.8.25" }
lazy_static = "1.5.0"
# uuid features: lets you generate random UUIDs and use a faster (but still sufficiently random) RNG
uuid = { version = "1.12.0", features = ["v4" , "fast-rng"] }
uuid = { version = "1.12.1", features = ["v4" , "fast-rng"] }
similar = "2.7.0"
terminal_size = "0.4.1"

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.26", features = ["cargo", "wrap_help"] }
clap = { version = "4.5.27", features = ["cargo", "wrap_help"] }
hurl_core = { version = "6.1.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.11.1"

Expand Down

0 comments on commit 7d7357b

Please sign in to comment.