Skip to content

Commit d59638a

Browse files
committed
Update crates
1 parent aa0b9b7 commit d59638a

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 12 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]
2222
base64 = "0.22.1"
2323
brotli = "8.0.4"
2424
chrono = { version = "0.4.45", default-features = false, features = ["clock"] }
25-
clap = { version = "4.6.1", features = ["string", "wrap_help"] }
25+
clap = { version = "4.6.2", features = ["string", "wrap_help"] }
2626
curl = "0.4.50"
2727
curl-sys = "0.4.90"
2828
encoding_rs = "0.8.35"
@@ -32,14 +32,14 @@ libflate = "2.3.0"
3232
libxml = "0.3.16"
3333
md5 = "0.8.1"
3434
percent-encoding = "2.3.2"
35-
regex = "1.13.0"
35+
regex = "1.13.1"
3636
serde = { version = "1.0.228", features = ["derive"] }
3737
serde_json = { version = "1.0.150", features = ["arbitrary_precision"] }
3838
sha2 = "0.11.0"
3939
url = "2.5.8"
4040
xml = "1.3.0"
4141
# uuid features: lets you generate random UUIDs and use a faster (but still sufficiently random) RNG
42-
uuid = { version = "1.23.5", features = ["v4" , "fast-rng"] }
42+
uuid = { version = "1.24.0", features = ["v4" , "fast-rng"] }
4343
similar = "3.1.1"
4444
terminal_size = "0.4.4"
4545

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.16"
15-
regex = "1.13.0"
15+
regex = "1.13.1"
1616

1717
[lints]
1818
workspace = true

packages/hurlfmt/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ rust-version = "1.96.0"
1212

1313
[dependencies]
1414
base64 = "0.22.1"
15-
clap = { version = "4.6.1", features = ["cargo", "wrap_help"] }
15+
clap = { version = "4.6.2", features = ["cargo", "wrap_help"] }
1616
hurl_core = { version = "8.1.0", path = "../hurl_core" }
17-
regex = "1.13.0"
17+
regex = "1.13.1"
1818

1919

2020
[lints]

0 commit comments

Comments
 (0)