Skip to content

Commit 73baf3d

Browse files
committed
Refresh dependency pins
1 parent 72ce5ef commit 73baf3d

10 files changed

Lines changed: 24 additions & 20 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,13 @@ profile-fips-rustls = ["proxy", "security", "tls-rustls-fips"]
240240
profile-iso19790-rustls = ["profile-fips-rustls", "tls-rustls-iso19790"]
241241

242242
[dependencies]
243-
arc-swap = "1.9.1"
243+
arc-swap = "1.9.2"
244244
async-trait = { version = "0.1.89", optional = true }
245-
aws-lc-rs = { version = "1.17.0", default-features = false, features = ["fips"], optional = true }
245+
aws-lc-rs = { version = "1.17.1", default-features = false, features = ["fips"], optional = true }
246246
base64-ng = { version = "1.3.5", optional = true }
247-
bytes = { version = "1.11.1", optional = true }
247+
bytes = { version = "1.12.0", optional = true }
248248
clap = { version = "4.6.1", features = ["derive", "env"] }
249-
env_logger = "0.11.10"
249+
env_logger = "0.11.11"
250250
fastcgi-client = { version = "0.11.1", default-features = false, optional = true }
251251
fluxheim-common = { path = "crates/fluxheim-common" }
252252
fluxheim-acme = { path = "crates/fluxheim-acme", optional = true }

crates/fluxheim-cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Internal Fluxheim cache policy and storage boundary."
99

1010
[dependencies]
1111
async-trait = "0.1.89"
12-
bytes = "1.11.1"
12+
bytes = "1.12.0"
1313
fluxheim-config = { path = "../fluxheim-config" }
1414
getrandom = "0.3.4"
1515
http = "1.4.2"

crates/fluxheim-compression/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ zstd = ["dep:zstd"]
1515

1616
[dependencies]
1717
brotli = { version = "8.0.4", default-features = false, features = ["std"], optional = true }
18-
bytes = "1.11.1"
18+
bytes = "1.12.0"
1919
flate2 = { version = "1.1.9", default-features = false, features = ["rust_backend"], optional = true }
2020
fluxheim-common = { path = "../fluxheim-common" }
2121
zstd = { version = "0.13.3", default-features = false, optional = true }

crates/fluxheim-geoip/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ runtime = ["dep:fluxheim-config", "dep:maxminddb"]
1414
[dependencies]
1515
fluxheim-config = { path = "../fluxheim-config", features = ["geoip"], optional = true }
1616
log = "0.4.33"
17-
maxminddb = { version = "0.28.1", optional = true }
17+
maxminddb = { version = "0.29.0", optional = true }

crates/fluxheim-geoip/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ mod runtime {
130130
),
131131
)
132132
})?;
133-
let database_type = reader.metadata.database_type.clone();
133+
let database_type = reader.metadata().database_type.clone();
134134
Ok(Self {
135135
reader,
136136
database_type,

crates/fluxheim-load-balancer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ tls-rustls-backend = ["dep:rustls", "dep:rustls-native-certs", "dep:tokio-rustls
1515
tls-openssl-backend = ["dep:openssl", "dep:tokio-openssl"]
1616

1717
[dependencies]
18-
arc-swap = "1.9.1"
18+
arc-swap = "1.9.2"
1919
async-trait = "0.1.89"
2020
base64-ng = "1.3.5"
21-
bytes = "1.11.1"
21+
bytes = "1.12.0"
2222
crc32fast = "1.5.0"
2323
fluxheim-common = { path = "../fluxheim-common" }
2424
fluxheim-config = { path = "../fluxheim-config", features = ["load-balancer", "proxy"] }

crates/fluxheim-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ traffic-mirror = ["dep:ureq"]
3030
wasm = ["dep:fluxheim-wasm", "fluxheim-config/wasm", "fluxheim-wasm/runtime"]
3131

3232
[dependencies]
33-
bytes = "1.11.1"
33+
bytes = "1.12.0"
3434
fastcgi-client = { version = "0.11.1", default-features = false, features = ["runtime-tokio"], optional = true }
3535
fluxheim-common = { path = "../fluxheim-common" }
3636
fluxheim-cache = { path = "../fluxheim-cache" }

crates/fluxheim-tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tls-openssl-fips = [
2121
]
2222

2323
[dependencies]
24-
arc-swap = "1.7.2"
24+
arc-swap = "1.9.2"
2525
fluxheim-config = { path = "../fluxheim-config" }
2626
fluxheim-openssl-fips-support = { path = "../../vendor/fluxheim-openssl-fips-support", optional = true }
2727
log = "0.4.33"

release-notes/RELEASE_NOTES_1.7.3.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ route matching, or override built-in Fluxheim access policy.
6565
- Direct backend pool/member choice, plugin-provided persistence-key choice,
6666
and dynamic mirror/shadow target decisions remain staged for later `1.7.x`
6767
slices.
68+
- Refresh dependency pins for `aws-lc-rs`, `bytes`, `maxminddb`, `arc-swap`,
69+
and `env_logger`; `getrandom`, `base64-ng`, `sanitization`, cargo security
70+
tools, smoke images, and GitHub Actions pins were checked and already current.

0 commit comments

Comments
 (0)