Skip to content

Commit 55be899

Browse files
committed
chore(pact_consumer): update bytes to 1.11.1 to resolve RUSTSEC-2026-0007
chore(pact_ffi): update bytes to 1.11.1 to resolve RUSTSEC-2026-0007
1 parent b8ecf51 commit 55be899

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

rust/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.

rust/pact_consumer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ colour = ["dep:yansi"]
2525
[dependencies]
2626
anyhow = "1.0.100"
2727
async-trait = "0.1.89"
28-
bytes = "1.11.0"
28+
bytes = "1.11.1"
2929
itertools = "0.14.0"
3030
maplit = "1.0.2"
3131
pact_matching = { version = "~2.0.2", path = "../pact_matching", default-features = false }

rust/pact_ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exclude = [
1616
[dependencies]
1717
ansi_term = "0.12.1"
1818
anyhow = "1.0.100"
19-
bytes = "1.11.0"
19+
bytes = "1.11.1"
2020
chrono = "0.4.42"
2121
either = "1.15.0"
2222
futures = "0.3.31"

0 commit comments

Comments
 (0)