Skip to content

Commit 76caed6

Browse files
committed
Update crates
1 parent ee57fd3 commit 76caed6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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: 1 addition & 1 deletion
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.22.1"
22+
base64 = "0.23.0"
2323
brotli = "8.0.4"
2424
chrono = { version = "0.4.45", default-features = false, features = ["clock"] }
2525
clap = { version = "4.6.4", features = ["string", "wrap_help"] }

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.22.1"
14+
base64 = "0.23.0"
1515
clap = { version = "4.6.4", features = ["cargo", "wrap_help"] }
1616
hurl_core = { version = "8.1.0", path = "../hurl_core" }
1717
regex = "1.13.1"

0 commit comments

Comments
 (0)