Skip to content

Commit

Permalink
chore(deps): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Sep 7, 2023
1 parent c068446 commit 1f6182f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
12 changes: 6 additions & 6 deletions viz-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1f6182f

Please sign in to comment.