Skip to content

Commit

Permalink
Bump tokio-tungstenite from 0.23.1 to 0.24.0 (#1228)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ignacio Duart <[email protected]>
  • Loading branch information
dependabot[bot] and iduartgomez authored Oct 9, 2024
1 parent eb4b4fd commit 15eb4f2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 38 deletions.
40 changes: 5 additions & 35 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 crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tar = { version = "0.4" }
time = "0.3"
thiserror = "1"
tokio = { features = ["fs", "macros", "rt-multi-thread", "sync", "process"], version = "1" }
tokio-tungstenite = "0.23"
tokio-tungstenite = "0.24"
tower-http = { features = ["fs", "trace"], version = "0.6" }
ulid = { features = ["serde"], version = "1.1" }
unsigned-varint = { version = "0.8", features = ["codec", "asynchronous_codec"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/fdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ semver = { workspace = true }
tar = "0.4"
thiserror = "1"
tokio = { version = "1", features = ["rt-multi-thread", "sync", "macros", "signal", "parking_lot", "process"] }
tokio-tungstenite = "0.23"
tokio-tungstenite = "0.24"
toml = { version = "0.8", features = ["default", "preserve_order"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt"] }
Expand Down
2 changes: 1 addition & 1 deletion stdlib
Submodule stdlib updated 1 files
+1 −1 rust/Cargo.toml

0 comments on commit 15eb4f2

Please sign in to comment.