mirror of https://github.com/rwf2/Rocket.git
Update dependencies for ring 0.12.
This commit is contained in:
parent
c2e4c520f1
commit
7ce250b82f
|
@ -33,7 +33,7 @@ serde_json = { version = "1.0", optional = true }
|
||||||
rmp-serde = { version = "^0.13", optional = true }
|
rmp-serde = { version = "^0.13", optional = true }
|
||||||
|
|
||||||
# Templating dependencies only.
|
# Templating dependencies only.
|
||||||
handlebars = { version = "^0.27", optional = true }
|
handlebars = { version = "^0.29", optional = true }
|
||||||
glob = { version = "^0.2", optional = true }
|
glob = { version = "^0.2", optional = true }
|
||||||
tera = { version = "^0.10", optional = true }
|
tera = { version = "^0.10", optional = true }
|
||||||
|
|
||||||
|
|
|
@ -28,12 +28,12 @@ time = "0.1"
|
||||||
memchr = "1"
|
memchr = "1"
|
||||||
base64 = "0.6"
|
base64 = "0.6"
|
||||||
smallvec = "0.4"
|
smallvec = "0.4"
|
||||||
pear = "0.0.10"
|
pear = "0.0.11"
|
||||||
pear_codegen = "0.0.10"
|
pear_codegen = "0.0.11"
|
||||||
rustls = { version = "0.9.0", optional = true }
|
rustls = { version = "0.11.0", optional = true }
|
||||||
cookie = { version = "0.9.1", features = ["percent-encode", "secure"] }
|
cookie = { version = "0.10.0", features = ["percent-encode", "secure"] }
|
||||||
hyper = { version = "0.10.11", default-features = false }
|
hyper = { version = "0.10.13", default-features = false }
|
||||||
hyper-sync-rustls = { version = "0.1", features = ["server"], optional = true }
|
hyper-sync-rustls = { version = "0.2", features = ["server"], optional = true }
|
||||||
ordermap = "0.2"
|
ordermap = "0.2"
|
||||||
isatty = "0.1"
|
isatty = "0.1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue