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" }