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 11, 2025
1 parent e7f9708 commit c829d28
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 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 @@ -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.24", features = ["string", "wrap_help"] }
clap = { version = "4.5.26", features = ["string", "wrap_help"] }
curl = "0.4.47"
curl-sys = "0.4.78"
encoding = "0.2.33"
Expand All @@ -42,7 +42,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.11.0", features = ["v4" , "fast-rng"] }
uuid = { version = "1.11.1", features = ["v4" , "fast-rng"] }
similar = "2.6.0"
terminal_size = "0.4.1"

Expand All @@ -53,7 +53,7 @@ termion = "4.0.3"
winres = "0.1.12"

[build-dependencies]
cc = "1.2.7"
cc = "1.2.8"

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

Expand Down

0 comments on commit c829d28

Please sign in to comment.