Commit 38fd6ab7 authored by Dragana Damjanovic's avatar Dragana Damjanovic
Browse files

Bug 1728268 - Update neqo to 0.4.31 r=necko-reviewers,kershaw

parent 2bc72543
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ rev = "85551909b95a5cf553a85dbcddfa5f117cfbbe0e"
[source."https://github.com/mozilla/neqo"]
git = "https://github.com/mozilla/neqo"
replace-with = "vendored-sources"
tag = "v0.4.30"
tag = "v0.4.31"

[source."https://github.com/mozilla/mp4parse-rust"]
git = "https://github.com/mozilla/mp4parse-rust"
+10 −10
Original line number Diff line number Diff line
@@ -3327,8 +3327,8 @@ dependencies = [

[[package]]
name = "neqo-common"
version = "0.4.30"
source = "git+https://github.com/mozilla/neqo?tag=v0.4.30#77070a9df73680edc58e54f143b3252ab2ee59cd"
version = "0.4.31"
source = "git+https://github.com/mozilla/neqo?tag=v0.4.31#37bb62fa7b43ac624406090ba4f94f4cc082790b"
dependencies = [
 "chrono",
 "env_logger",
@@ -3340,8 +3340,8 @@ dependencies = [

[[package]]
name = "neqo-crypto"
version = "0.4.30"
source = "git+https://github.com/mozilla/neqo?tag=v0.4.30#77070a9df73680edc58e54f143b3252ab2ee59cd"
version = "0.4.31"
source = "git+https://github.com/mozilla/neqo?tag=v0.4.31#37bb62fa7b43ac624406090ba4f94f4cc082790b"
dependencies = [
 "bindgen",
 "log",
@@ -3353,8 +3353,8 @@ dependencies = [

[[package]]
name = "neqo-http3"
version = "0.4.30"
source = "git+https://github.com/mozilla/neqo?tag=v0.4.30#77070a9df73680edc58e54f143b3252ab2ee59cd"
version = "0.4.31"
source = "git+https://github.com/mozilla/neqo?tag=v0.4.31#37bb62fa7b43ac624406090ba4f94f4cc082790b"
dependencies = [
 "log",
 "neqo-common",
@@ -3367,8 +3367,8 @@ dependencies = [

[[package]]
name = "neqo-qpack"
version = "0.4.30"
source = "git+https://github.com/mozilla/neqo?tag=v0.4.30#77070a9df73680edc58e54f143b3252ab2ee59cd"
version = "0.4.31"
source = "git+https://github.com/mozilla/neqo?tag=v0.4.31#37bb62fa7b43ac624406090ba4f94f4cc082790b"
dependencies = [
 "lazy_static",
 "log",
@@ -3381,8 +3381,8 @@ dependencies = [

[[package]]
name = "neqo-transport"
version = "0.4.30"
source = "git+https://github.com/mozilla/neqo?tag=v0.4.30#77070a9df73680edc58e54f143b3252ab2ee59cd"
version = "0.4.31"
source = "git+https://github.com/mozilla/neqo?tag=v0.4.31#37bb62fa7b43ac624406090ba4f94f4cc082790b"
dependencies = [
 "indexmap",
 "lazy_static",
+5 −5
Original line number Diff line number Diff line
@@ -8,10 +8,10 @@ edition = "2018"
name = "neqo_glue"

[dependencies]
neqo-http3 = { tag = "v0.4.30", git = "https://github.com/mozilla/neqo" }
neqo-transport = { tag = "v0.4.30", git = "https://github.com/mozilla/neqo" }
neqo-common = { tag = "v0.4.30", git = "https://github.com/mozilla/neqo" }
neqo-qpack = { tag = "v0.4.30", git = "https://github.com/mozilla/neqo" }
neqo-http3 = { tag = "v0.4.31", git = "https://github.com/mozilla/neqo" }
neqo-transport = { tag = "v0.4.31", git = "https://github.com/mozilla/neqo" }
neqo-common = { tag = "v0.4.31", git = "https://github.com/mozilla/neqo" }
neqo-qpack = { tag = "v0.4.31", git = "https://github.com/mozilla/neqo" }
nserror = { path = "../../../xpcom/rust/nserror" }
nsstring = { path = "../../../xpcom/rust/nsstring" }
xpcom = { path = "../../../xpcom/rust/xpcom" }
@@ -20,7 +20,7 @@ log = "0.4.0"
qlog = "0.4.0"

[dependencies.neqo-crypto]
tag = "v0.4.30"
tag = "v0.4.31"
git = "https://github.com/mozilla/neqo"
default-features = false
features = ["gecko"]
+5 −5
Original line number Diff line number Diff line
@@ -5,17 +5,17 @@ authors = ["Dragana Damjanovic <dragana.damjano@gmail.com>"]
edition = "2018"

[dependencies]
neqo-transport = { tag = "v0.4.30", git = "https://github.com/mozilla/neqo" }
neqo-common = { tag = "v0.4.30", git = "https://github.com/mozilla/neqo" }
neqo-http3 = { tag = "v0.4.30", git = "https://github.com/mozilla/neqo" }
neqo-qpack = { tag = "v0.4.30", git = "https://github.com/mozilla/neqo" }
neqo-transport = { tag = "v0.4.31", git = "https://github.com/mozilla/neqo" }
neqo-common = { tag = "v0.4.31", git = "https://github.com/mozilla/neqo" }
neqo-http3 = { tag = "v0.4.31", git = "https://github.com/mozilla/neqo" }
neqo-qpack = { tag = "v0.4.31", git = "https://github.com/mozilla/neqo" }
mio = "0.6.17"
mio-extras = "2.0.5"
log = "0.4.0"
base64 = "0.10"

[dependencies.neqo-crypto]
tag = "v0.4.30"
tag = "v0.4.31"
git = "https://github.com/mozilla/neqo"
default-features = false
features = ["gecko"]
+1 −1
Original line number Diff line number Diff line
{"files":{"Cargo.toml":"2fbaf68770b8bb2a6b7f0239e2ba7b4890bfcaa89d7cab850a4e8ea746de5258","build.rs":"a17b1bb1bd3de3fc958f72d4d1357f7bc4432faa26640c95b5fbfccf40579d67","src/codec.rs":"a20011436df6c4c5620b2fc9d45c10b8f4ce0922b8593c8bfb2355a41670687d","src/datagram.rs":"569f8d9e34d7ee17144bf63d34136ecd9778da0d337e513f338738c50284615e","src/event.rs":"f60fee9f4b09ef47ff5e4bfa21c07e45ffd5873c292f2605f24d834070127d62","src/header.rs":"b7d4eeb40952b36f71ae1f37ce82c9617af8b84c171576de4eca9d50a3071103","src/hrtime.rs":"45a608ce9f00e2666ce95422a278c6dc0ff4e229b114e7bcf0b4c0d9dc61ad56","src/incrdecoder.rs":"ddbeadb4712133281f706cdf828047ca97502e9fe26b7359961040ebe3535e09","src/lib.rs":"e19efc395a902d1584e66cddf1c3beedbfd1a0487457ba6a18e60bcd84132be4","src/log.rs":"b69e492af85e65866cb6588138e8a337dd897d3ce399cb4e9fb8cc04ac042b7f","src/qlog.rs":"e59c4e6dcf9c70553dd6f58da41ff2053ea67b008cac186742140352f5044130","src/timer.rs":"147d82795f0f5c660d93ffb3249524461a34c58bef73c0f6bcbae365e7ae2f2d","tests/log.rs":"480b165b7907ec642c508b303d63005eee1427115d6973a349eaf6b2242ed18d"},"package":null}
 No newline at end of file
{"files":{"Cargo.toml":"cd43b00d228379940c69cb435d6ee576981a592b583268012bb526380209fa26","build.rs":"a17b1bb1bd3de3fc958f72d4d1357f7bc4432faa26640c95b5fbfccf40579d67","src/codec.rs":"a20011436df6c4c5620b2fc9d45c10b8f4ce0922b8593c8bfb2355a41670687d","src/datagram.rs":"569f8d9e34d7ee17144bf63d34136ecd9778da0d337e513f338738c50284615e","src/event.rs":"f60fee9f4b09ef47ff5e4bfa21c07e45ffd5873c292f2605f24d834070127d62","src/header.rs":"b7d4eeb40952b36f71ae1f37ce82c9617af8b84c171576de4eca9d50a3071103","src/hrtime.rs":"45a608ce9f00e2666ce95422a278c6dc0ff4e229b114e7bcf0b4c0d9dc61ad56","src/incrdecoder.rs":"ddbeadb4712133281f706cdf828047ca97502e9fe26b7359961040ebe3535e09","src/lib.rs":"e19efc395a902d1584e66cddf1c3beedbfd1a0487457ba6a18e60bcd84132be4","src/log.rs":"b69e492af85e65866cb6588138e8a337dd897d3ce399cb4e9fb8cc04ac042b7f","src/qlog.rs":"e59c4e6dcf9c70553dd6f58da41ff2053ea67b008cac186742140352f5044130","src/timer.rs":"147d82795f0f5c660d93ffb3249524461a34c58bef73c0f6bcbae365e7ae2f2d","tests/log.rs":"480b165b7907ec642c508b303d63005eee1427115d6973a349eaf6b2242ed18d"},"package":null}
 No newline at end of file
Loading