Skip to content

Commit 6391fb5

Browse files
committed
Update crates
1 parent 82aee74 commit 6391fb5

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

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
@@ -30,9 +30,9 @@ glob = "0.3.3"
3030
hurl_core = { version = "8.1.0", path = "../hurl_core" }
3131
libflate = "2.3.0"
3232
libxml = "0.3.15"
33-
md5 = "0.8.0"
33+
md5 = "0.8.1"
3434
percent-encoding = "2.3.2"
35-
regex = "1.12.4"
35+
regex = "1.13.0"
3636
serde = { version = "1.0.228", features = ["derive"] }
3737
serde_json = { version = "1.0.150", features = ["arbitrary_precision"] }
3838
sha2 = "0.11.0"

packages/hurl_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/Orange-OpenSource/hurl"
1212
[dependencies]
1313
colored = "3.1.1"
1414
libxml = "0.3.15"
15-
regex = "1.12.4"
15+
regex = "1.13.0"
1616

1717
[lints]
1818
workspace = true

packages/hurlfmt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.96.0"
1414
base64 = "0.22.1"
1515
clap = { version = "4.6.1", features = ["cargo", "wrap_help"] }
1616
hurl_core = { version = "8.1.0", path = "../hurl_core" }
17-
regex = "1.12.4"
17+
regex = "1.13.0"
1818

1919

2020
[lints]

0 commit comments

Comments
 (0)