Skip to content

Commit c7f7227

Browse files
committed
Update crates
1 parent 8eb332e commit c7f7227

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hurl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ md5 = "0.7.0"
3434
percent-encoding = "2.3.2"
3535
regex = "1.12.2"
3636
serde = { version = "1.0.228", features = ["derive"] }
37-
serde_json = { version = "1.0.146", features = ["arbitrary_precision"] }
37+
serde_json = { version = "1.0.147", features = ["arbitrary_precision"] }
3838
sha2 = "0.10.9"
3939
url = "2.5.7"
4040
xml-rs = { version = "0.8.28" }
@@ -50,7 +50,7 @@ termion = "4.0.6"
5050
winres = "0.1.12"
5151

5252
[build-dependencies]
53-
cc = "1.2.50"
53+
cc = "1.2.51"
5454

5555
[lints]
5656
workspace = true

0 commit comments

Comments
 (0)