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 20, 2024
1 parent 9283dff commit dc15773
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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 @@ -35,7 +35,7 @@ md5 = "0.7.0"
percent-encoding = "2.3.1"
regex = "1.11.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.131", features = ["arbitrary_precision"] }
serde_json = { version = "1.0.132", features = ["arbitrary_precision"] }
sha2 = "0.10.8"
url = "2.5.2"
xml-rs = { version = "0.8.22" }
Expand All @@ -52,7 +52,7 @@ termion = "4.0.3"
winres = "0.1.12"

[build-dependencies]
cc = "1.1.30"
cc = "1.1.31"

[lints]
workspace = true

0 comments on commit dc15773

Please sign in to comment.