Skip to content

Commit f5f54a6

Browse files
authored
chore(deps): update rust crate tokio to 1.44.2 (#2272)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tokio](https://tokio.rs) ([source](https://redirect.github.com/tokio-rs/tokio)) | workspace.dependencies | patch | `1.44.1` -> `1.44.2` | --- ### Release Notes <details> <summary>tokio-rs/tokio (tokio)</summary> ### [`v1.44.2`](https://redirect.github.com/tokio-rs/tokio/releases/tag/tokio-1.44.2): Tokio v1.44.2 [Compare Source](https://redirect.github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2) This release fixes a soundness issue in the broadcast channel. The channel accepts values that are `Send` but `!Sync`. Previously, the channel called `clone()` on these values without synchronizing. This release fixes the channel by synchronizing calls to `.clone()` (Thanks Austin Bonander for finding and reporting the issue). ##### Fixed - sync: synchronize `clone()` call in broadcast channel ([#&#8203;7232]) [#&#8203;7232]: https://redirect.github.com/tokio-rs/tokio/pull/7232 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzMuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIzMy40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 4ea4dbc commit f5f54a6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -123,7 +123,7 @@ target-spec-miette = "0.4.4"
123123
test-case = "3.3.1"
124124
test-strategy = "0.4.1"
125125
thiserror = "2.0.12"
126-
tokio = "1.44.1"
126+
tokio = "1.44.2"
127127
tokio-stream = "0.1.17"
128128
toml = "0.8.20"
129129
toml_edit = "0.22.24"

workspace-hack/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ serde_json = { version = "1.0.140", features = ["unbounded_depth"] }
3838
smallvec = { version = "1.15.0", default-features = false, features = ["const_generics"] }
3939
target-spec = { version = "3.4.2", default-features = false, features = ["custom", "summaries"] }
4040
target-spec-miette = { version = "0.4.4", default-features = false, features = ["fixtures"] }
41-
tokio = { version = "1.44.1", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
41+
tokio = { version = "1.44.2", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
4242
tracing-core = { version = "0.1.33" }
4343
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["fmt", "tracing-log"] }
4444
xxhash-rust = { version = "0.8.15", default-features = false, features = ["xxh3", "xxh64"] }
@@ -62,7 +62,7 @@ linux-raw-sys = { version = "0.4.15", default-features = false, features = ["elf
6262
mio = { version = "1.0.3", features = ["net", "os-ext"] }
6363
rustix = { version = "0.38.44", features = ["fs", "stdio", "termios"] }
6464
smallvec = { version = "1.15.0", default-features = false, features = ["const_new"] }
65-
tokio = { version = "1.44.1", default-features = false, features = ["net"] }
65+
tokio = { version = "1.44.2", default-features = false, features = ["net"] }
6666

6767
[target.x86_64-unknown-linux-gnu.build-dependencies]
6868
libc = { version = "0.2.171", features = ["extra_traits"] }
@@ -76,7 +76,7 @@ libc = { version = "0.2.171", features = ["extra_traits"] }
7676
mio = { version = "1.0.3", features = ["net", "os-ext"] }
7777
rustix = { version = "0.38.44", features = ["fs", "stdio", "termios"] }
7878
smallvec = { version = "1.15.0", default-features = false, features = ["const_new"] }
79-
tokio = { version = "1.44.1", default-features = false, features = ["net"] }
79+
tokio = { version = "1.44.2", default-features = false, features = ["net"] }
8080

8181
[target.x86_64-apple-darwin.build-dependencies]
8282
libc = { version = "0.2.171", features = ["extra_traits"] }
@@ -87,7 +87,7 @@ futures-core = { version = "0.3.31" }
8787
futures-sink = { version = "0.3.31" }
8888
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
8989
smallvec = { version = "1.15.0", default-features = false, features = ["const_new"] }
90-
tokio = { version = "1.44.1", default-features = false, features = ["net"] }
90+
tokio = { version = "1.44.2", default-features = false, features = ["net"] }
9191
windows-sys-73dcd821b1037cfd = { package = "windows-sys", version = "0.59.0", features = ["Win32_Globalization", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_JobObjects", "Win32_System_Pipes", "Win32_System_SystemInformation", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell"] }
9292
windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52.0", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Wdk_System_IO", "Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Environment", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Shell"] }
9393

0 commit comments

Comments
 (0)