Skip to content

Commit

Permalink
Update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
hurl-bot committed Nov 30, 2024
1 parent 41fac8c commit 5649b4f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 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 @@ -44,7 +44,7 @@ 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"] }
similar = "2.6.0"
terminal_size = "0.4.0"
terminal_size = "0.4.1"

[target.'cfg(unix)'.dependencies]
termion = "4.0.3"
Expand All @@ -53,7 +53,7 @@ termion = "4.0.3"
winres = "0.1.12"

[build-dependencies]
cc = "1.2.1"
cc = "1.2.2"

[lints]
workspace = true

0 comments on commit 5649b4f

Please sign in to comment.