From e23c9e7b0e95c65ea528061e9d47d6e30605b15c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 13:21:26 +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 0b0c0886a..560a5f8a1 100644 --- a/quiche/Cargo.toml +++ b/quiche/Cargo.toml @@ -66,7 +66,7 @@ boring = { version = "3", optional = true } foreign-types-shared = { version = "0.3.0", optional = true } intrusive-collections = "0.9.5" qlog = { version = "0.9", path = "../qlog", optional = true } -sfv = { version = "0.9", optional = true } +sfv = { version = "0.14", optional = true } smallvec = { version = "1.10", features = ["serde", "union"] } networkcoding = { git = "https://sigcomm-ccr:1H6Wq3BENAHz2BpMw1YZ@forge.uclouvain.be/inl/multicast-quic/fec/networkcoding.git", branch = "missing-degrees" } env_logger = "0.6"