Skip to content

Commit 73195e4

Browse files
authored
build(deps): bump tokio from 1.46.1 to 1.47.0 (element-hq#4834)
2 parents 209f180 + 46fe520 commit 73195e4

File tree

3 files changed

+23
-12
lines changed

3 files changed

+23
-12
lines changed

Cargo.lock

Lines changed: 21 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ version = "0.2.1"
639639

640640
# Async runtime
641641
[workspace.dependencies.tokio]
642-
version = "1.46.1"
642+
version = "1.47.0"
643643
features = ["full"]
644644

645645
[workspace.dependencies.tokio-stream]

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ skip = [
6464
{ name = "indexmap", version = "1.9.3" }, # schemars depends on this old version
6565
{ name = "hashbrown", version = "0.12.3" }, # schemars -> indexmap depends on this old version
6666
{ name = "hashbrown", version = "0.14.5" }, # a few crates depend on this old version
67+
{ name = "socket2", version = "0.5.10" }, # a few crates depend on socket2 0.5
6768
# a few dependencies depend on the 1.x version of thiserror
6869
{ name = "thiserror", version = "1.0.69" },
6970
{ name = "thiserror-impl", version = "1.0.69" },

0 commit comments

Comments
 (0)