diff --git a/contrib/Cargo.toml b/contrib/Cargo.toml index 94fffdaf..2eeaf2d3 100644 --- a/contrib/Cargo.toml +++ b/contrib/Cargo.toml @@ -33,7 +33,7 @@ serde_json = { version = "1.0", optional = true } rmp-serde = { version = "^0.13", optional = true } # Templating dependencies only. -handlebars = { version = "^0.27", optional = true } +handlebars = { version = "^0.29", optional = true } glob = { version = "^0.2", optional = true } tera = { version = "^0.10", optional = true } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 9f0eb8bd..0213353d 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -28,12 +28,12 @@ time = "0.1" memchr = "1" base64 = "0.6" smallvec = "0.4" -pear = "0.0.10" -pear_codegen = "0.0.10" -rustls = { version = "0.9.0", optional = true } -cookie = { version = "0.9.1", features = ["percent-encode", "secure"] } -hyper = { version = "0.10.11", default-features = false } -hyper-sync-rustls = { version = "0.1", features = ["server"], optional = true } +pear = "0.0.11" +pear_codegen = "0.0.11" +rustls = { version = "0.11.0", optional = true } +cookie = { version = "0.10.0", features = ["percent-encode", "secure"] } +hyper = { version = "0.10.13", default-features = false } +hyper-sync-rustls = { version = "0.2", features = ["server"], optional = true } ordermap = "0.2" isatty = "0.1"