diff --git a/Cargo.toml b/Cargo.toml index 8ab829fb..f08fb69a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,11 +57,11 @@ serde_urlencoded = "0.7" thiserror = "1.0" # router -path-tree = "0.7.2" +path-tree = "0.7" # http -headers = "0.3.9" -http = "0.2.9" +headers = "0.3" +http = "0.2" http-body = "=1.0.0-rc.2" http-body-util = "=0.1.0-rc.3" hyper = { version = "=1.0.0-rc.4", features = ["server"] } diff --git a/viz-core/Cargo.toml b/viz-core/Cargo.toml index 8feabd2f..2173ee3f 100644 --- a/viz-core/Cargo.toml +++ b/viz-core/Cargo.toml @@ -67,20 +67,20 @@ hyper.workspace = true mime.workspace = true thiserror.workspace = true -rfc7239 = "0.1.0" # realip -cookie = { version = "0.17.0", features = ["percent-encode"], optional = true } +rfc7239 = "0.1" # realip +cookie = { version = "0.17", features = ["percent-encode"], optional = true } form-data = { version = "0.5.0-rc.2", optional = true } serde = { workspace = true, features = ["derive"], optional = true } serde_json = { workspace = true, optional = true } serde_urlencoded = { workspace = true, optional = true } -sessions-core = { version = "0.5.0", optional = true } +sessions-core = { version = "0.5", optional = true } # CSRF -getrandom = { version = "0.2.9", optional = true } -base64 = { version = "0.21.2", optional = true } +getrandom = { version = "0.2", optional = true } +base64 = { version = "0.21", optional = true } # Compression -async-compression = { version = "0.4.0", features = [ +async-compression = { version = "0.4", features = [ "tokio", "gzip", "brotli",