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 20, 2025
1 parent 198f72c commit cc30851
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -36,14 +36,14 @@ md5 = "0.7.0"
percent-encoding = "2.3.1"
regex = "1.11.1"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = { version = "1.0.135", features = ["arbitrary_precision"] }
serde_json = { version = "1.0.137", features = ["arbitrary_precision"] }
sha2 = "0.10.8"
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"] }
similar = "2.6.0"
similar = "2.7.0"
terminal_size = "0.4.1"

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit cc30851

Please sign in to comment.