Skip to content

Commit

Permalink
chore(deps): cookie@v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Sep 26, 2022
1 parent 5b10a63 commit 71c64b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viz-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ hyper = { version = "0.14", features = ["stream"] }
mime = "0.3.16"
thiserror = "1.0.35"

cookie = { version = "0.16.0", features = ["percent-encode"], optional = true }
rfc7239 = "0.1.0" # realip
cookie = { version = "0.16.1", features = ["percent-encode"], optional = true }
form-data = { version = "0.4.1", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
Expand All @@ -81,7 +82,6 @@ tokio = { version = "1.21", optional = true }
tokio-tungstenite = { version = "0.17.2", optional = true }
tokio-stream = { version = "0.1.10", optional = true }
tokio-util = { version = "0.7.4", optional = true }
rfc7239 = "0.1.0"

[dev-dependencies]
tokio = { version = "1.21", features = ["rt-multi-thread", "macros"] }
Expand Down

0 comments on commit 71c64b0

Please sign in to comment.