Skip to content

Commit

Permalink
fix: include quinn-udp IPv4-mapped IPv6 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Feb 23, 2024
1 parent 6238994 commit a0d3093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neqo-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enum-map = "2.7"
env_logger = { version = "0.10", default-features = false }
log = { version = "0.4", default-features = false }
qlog = "0.12"
quinn-udp = { git = "https://github.com/quinn-rs/quinn/", rev = "1c7c46049c55939764d32754bf22080f1f648d5a", optional = true }
quinn-udp = { git = "https://github.com/quinn-rs/quinn/", rev = "a947962131aba8a6521253d03cc948b20098a2d6", optional = true }
time = { version = "0.3", features = ["formatting"] }
tokio = { version = "1", features = ["net", "time", "macros", "rt", "rt-multi-thread"], optional = true }

Expand Down

0 comments on commit a0d3093

Please sign in to comment.