Skip to content

Commit

Permalink
update dependencies around tungstenite
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz committed Jan 28, 2024
1 parent d0c1ec2 commit 8c8a37c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 36 deletions.
43 changes: 10 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion taxy-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ thiserror = "1.0.43"
time = "0.3.23"
url = { version = "2.4.0", features = ["serde"] }
utoipa = "4.2.0"
warp = { version = "0.3.5", optional = true }
warp = { version = "0.3.6", optional = true }
4 changes: 2 additions & 2 deletions taxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ tracing-subscriber = { version = "0.3.17", features = ["json"] }
url = { version = "2.4.0", features = ["serde"] }
utoipa = "4.2.0"
utoipa-swagger-ui = { version = "6.0.0", optional = true }
warp = "0.3.5"
warp = "0.3.6"
webpki = "0.22.4"
x509-parser = "0.15.0"

Expand All @@ -110,4 +110,4 @@ reqwest = { version = "0.11.18", default-features = false, features = [
tokio-tungstenite = { version = "0.21.0", features = [
"rustls-tls-native-roots",
] }
warp = { version = "0.3.5", features = ["tls"] }
warp = { version = "0.3.6", features = ["tls"] }

0 comments on commit 8c8a37c

Please sign in to comment.