From b97c01074cdc6698ca0bdf5d5466ad4e09f8ff23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:19:43 +0000 Subject: [PATCH] Update sfv requirement from 0.9 to 0.15 Updates the requirements on [sfv](https://github.com/undef1nd/sfv) to permit the latest version. - [Release notes](https://github.com/undef1nd/sfv/releases) - [Commits](https://github.com/undef1nd/sfv/compare/v0.9.4...v0.15.0) --- updated-dependencies: - dependency-name: sfv dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- quiche/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quiche/Cargo.toml b/quiche/Cargo.toml index 548af26d..a3adea02 100644 --- a/quiche/Cargo.toml +++ b/quiche/Cargo.toml @@ -74,7 +74,7 @@ libm = "0.2" log = { workspace = true, features = ["std"] } octets = { workspace = true } qlog = { workspace = true, optional = true } -sfv = { version = "0.9", optional = true } +sfv = { version = "0.15", optional = true } slab = "0.4" smallvec = { workspace = true, features = ["union"] } networkcoding = { git = "https://cloudlab:pSP8bRz2FPW9zsxst31P@forge.uclouvain.be/inl/multicast-quic/fec/networkcoding.git" }