Skip to content

Commit

Permalink
Merge pull request #415 from btpworks/fix/poem-tungstenite-rustsec
Browse files Browse the repository at this point in the history
bump poem and tungstenite to latest version
  • Loading branch information
ryan-s-roberts committed Oct 5, 2023
2 parents 9b3d9a0 + 79baecc commit 689d45f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
26 changes: 4 additions & 22 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pin-project = "1.0.12"
pin-project-lite = "0.2"
pinvec = "0.1.0"
pkcs8 = { version = "0.10", features = ["std", "alloc"] }
poem = { version = "1.3", features = ["opentelemetry", "websocket"] }
poem = { version = "1.3.58", features = ["opentelemetry", "websocket"] }
portpicker = "0.1.1"
pow_of_2 = "0.1.2"
proptest = "1.0.0"
Expand Down Expand Up @@ -154,7 +154,7 @@ tracing-subscriber = { version = "0.3.15", features = [
"env-filter",
"json",
] }
tungstenite = { git = "https://github.com/snapview/tungstenite-rs", rev = "8901dcc" }
tungstenite = "0.20.1"
url = "2.3.1"
user-error = "1.2.8"
uuid = "1.2.2"
Expand Down

0 comments on commit 689d45f

Please sign in to comment.