Skip to content

Commit 893a300

Browse files
committed
Update crates
1 parent b4396e5 commit 893a300

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -19,7 +19,7 @@ name = "hurl"
1919
static-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]
2020

2121
[dependencies]
22-
base64 = "0.23.0"
22+
base64 = "0.23.1"
2323
brotli = "8.0.4"
2424
chrono = { version = "0.4.45", default-features = false, features = ["clock"] }
2525
clap = { version = "4.6.5", features = ["string", "wrap_help"] }
@@ -40,7 +40,7 @@ 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
4242
uuid = { version = "1.24.0", features = ["v4" , "fast-rng"] }
43-
similar = "3.1.1"
43+
similar = "3.1.2"
4444
terminal_size = "0.4.4"
4545

4646
[target.'cfg(windows)'.build-dependencies]

packages/hurlfmt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/Orange-OpenSource/hurl"
1111
rust-version = "1.97.1"
1212

1313
[dependencies]
14-
base64 = "0.23.0"
14+
base64 = "0.23.1"
1515
clap = { version = "4.6.5", features = ["cargo", "wrap_help"] }
1616
hurl_core = { version = "8.1.0", path = "../hurl_core" }
1717
regex = "1.13.1"

0 commit comments

Comments
 (0)