From 3bb0eaaaff1ea2a9b3da15ec6463164ac678663f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:54:50 +0000 Subject: [PATCH] Update sfv requirement from 0.9 to 0.14 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.14.0) --- updated-dependencies: - dependency-name: sfv dependency-version: 0.14.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..3d600b4d 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.14", optional = true } slab = "0.4" smallvec = { workspace = true, features = ["union"] } networkcoding = { git = "https://cloudlab:pSP8bRz2FPW9zsxst31P@forge.uclouvain.be/inl/multicast-quic/fec/networkcoding.git" }