From 623a9acf33c92247188427a5f7fa37859e57b9f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 11:15:05 +0000 Subject: [PATCH] Update sfv requirement from 0.9 to 0.10 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/commits) --- updated-dependencies: - dependency-name: sfv 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..29f9ed360 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.10", 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"