Skip to content

Commit 585e7c4

Browse files
committed
Update base64-ng to 1.3.5
1 parent 5f7a877 commit 585e7c4

6 files changed

Lines changed: 8 additions & 6 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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ profile-iso19790-rustls = ["profile-fips-rustls", "tls-rustls-iso19790"]
243243
arc-swap = "1.9.1"
244244
async-trait = { version = "0.1.89", optional = true }
245245
aws-lc-rs = { version = "1.17.0", default-features = false, features = ["fips"], optional = true }
246-
base64-ng = { version = "1.2.3", optional = true }
246+
base64-ng = { version = "1.3.5", optional = true }
247247
bytes = { version = "1.11.1", optional = true }
248248
clap = { version = "4.6.1", features = ["derive", "env"] }
249249
env_logger = "0.11.10"

crates/fluxheim-acme/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ acme-client = [
1616
]
1717

1818
[dependencies]
19-
base64-ng = { version = "1.2.3", optional = true }
19+
base64-ng = { version = "1.3.5", optional = true }
2020
fluxheim-config = { path = "../fluxheim-config", features = ["acme"] }
2121
instant-acme = { version = "0.8.5", default-features = false, features = ["ring"] }
2222
log = "0.4.33"

crates/fluxheim-load-balancer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tls-openssl-backend = ["dep:openssl", "dep:tokio-openssl"]
1717
[dependencies]
1818
arc-swap = "1.9.1"
1919
async-trait = "0.1.89"
20-
base64-ng = "1.2.3"
20+
base64-ng = "1.3.5"
2121
bytes = "1.11.1"
2222
crc32fast = "1.5.0"
2323
fluxheim-common = { path = "../fluxheim-common" }

crates/fluxheim-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ h2 = { version = "0.4.15", features = ["unstable"] }
5353
http = "1.4.2"
5454
httpdate = "1.0.3"
5555
log = "0.4.33"
56-
base64-ng = "1.2.3"
56+
base64-ng = "1.3.5"
5757
openssl = { version = "0.10.81", optional = true }
5858
percent-encoding = "2.3.2"
5959
regex = "1.12.4"

release-notes/RELEASE_NOTES_1.7.1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ mutate header state.
6565
- Refresh release tooling pins: Docker GitHub Actions move to current v4/v7
6666
patch tags, Prometheus observability smoke coverage uses `v3.13.0`, and the
6767
non-Pingora crate freshness gate remains clean.
68+
- Update `base64-ng` to `1.3.5` across the root, ACME, server, and
69+
load-balancer crates.
6870

6971
## Operator Notes
7072

0 commit comments

Comments
 (0)