Bug 1621044 - Update neqo. r=agrover

This pulls a new bindgen version and so on.

See last patch of this bug for the relevant third_party/ code changes.

Differential Revision: https://phabricator.services.mozilla.com/D66280

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Emilio Cobos Álvarez 2020-03-10 21:04:54 +00:00
parent 980c6f3033
commit 62800f568a
2 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ rev = "e3c3388e6632cf55e08d773b32e58b1cab9b2731"
[source."https://github.com/mozilla/neqo"]
git = "https://github.com/mozilla/neqo"
replace-with = "vendored-sources"
tag = "v0.2.0"
tag = "v0.2.1"
[source."https://github.com/mozilla-spidermonkey/jsparagus"]
git = "https://github.com/mozilla-spidermonkey/jsparagus"

View File

@ -8,16 +8,16 @@ edition = "2018"
name = "neqo_glue"
[dependencies]
neqo-http3 = { tag = "v0.2.0", git = "https://github.com/mozilla/neqo" }
neqo-transport = { tag = "v0.2.0", git = "https://github.com/mozilla/neqo" }
neqo-common = { tag = "v0.2.0", git = "https://github.com/mozilla/neqo" }
neqo-http3 = { tag = "v0.2.1", git = "https://github.com/mozilla/neqo" }
neqo-transport = { tag = "v0.2.1", git = "https://github.com/mozilla/neqo" }
neqo-common = { tag = "v0.2.1", git = "https://github.com/mozilla/neqo" }
nserror = { path = "../../../xpcom/rust/nserror" }
nsstring = { path = "../../../xpcom/rust/nsstring" }
xpcom = { path = "../../../xpcom/rust/xpcom" }
thin-vec = { version = "0.1.0", features = ["gecko-ffi"] }
[dependencies.neqo-crypto]
tag = "v0.2.0"
tag = "v0.2.1"
git = "https://github.com/mozilla/neqo"
default-features = false
features = ["gecko"]