Skip to content

Commit

Permalink
Update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
hurl-bot committed Oct 18, 2023
1 parent ab16f58 commit 398a991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion packages/hurl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ url = "2.4.1"
xmltree = { version = "0.10.3", features = ["attribute-order"] }
lazy_static = "1.4.0"
# uuid features: lets you generate random UUIDs and use a faster (but still sufficiently random) RNG
uuid = { version = "1.4.1", features = ["v4" , "fast-rng"] }
uuid = { version = "1.5.0", features = ["v4" , "fast-rng"] }

[target.'cfg(unix)'.dependencies]
termion = "2.0.1"
Expand Down

0 comments on commit 398a991

Please sign in to comment.