Skip to content

Commit 7483c77

Browse files
authored
Update Rust crate tokio to 1.46.1 (#2441)
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.46.0` -> `1.46.1` | --- ### Release Notes <details> <summary>tokio-rs/tokio (tokio)</summary> ### [`v1.46.1`](https://redirect.github.com/tokio-rs/tokio/releases/tag/tokio-1.46.1): Tokio v1.46.1 [Compare Source](https://redirect.github.com/tokio-rs/tokio/compare/tokio-1.46.0...tokio-1.46.1) ### 1.46.1 (July 4th, 2025) This release fixes incorrect spawn locations in runtime task hooks for tasks spawned using `tokio::spawn` rather than `Runtime::spawn`. This issue only effected the spawn location in `TaskMeta::spawned_at`, and did not effect task locations in Tracing events. #### Unstable - runtime: add `TaskMeta::spawn_location` tracking where a task was spawned ([#&#8203;7440]) [#&#8203;7440]: https://redirect.github.com/tokio-rs/tokio/pull/7440 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent 6839144 commit 7483c77

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
@@ -126,7 +126,7 @@ target-spec-miette = "0.4.4"
126126
test-case = "3.3.1"
127127
test-strategy = "0.4.3"
128128
thiserror = "2.0.12"
129-
tokio = "1.46.0"
129+
tokio = "1.46.1"
130130
tokio-stream = "0.1.17"
131131
toml = "0.8.23"
132132
toml_edit = "0.22.27"

workspace-hack/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ serde_json = { version = "1.0.140", features = ["unbounded_depth"] }
3939
smallvec = { version = "1.15.1", default-features = false, features = ["const_generics"] }
4040
target-spec = { version = "3.4.2", default-features = false, features = ["custom", "summaries"] }
4141
target-spec-miette = { version = "0.4.4", default-features = false, features = ["fixtures"] }
42-
tokio = { version = "1.46.0", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
42+
tokio = { version = "1.46.1", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
4343
toml = { version = "0.8.23", features = ["preserve_order"] }
4444
toml_edit = { version = "0.22.27", features = ["serde"] }
4545
tracing-core = { version = "0.1.33" }
@@ -65,7 +65,7 @@ mio = { version = "1.0.4", features = ["net", "os-ext"] }
6565
percent-encoding = { version = "2.3.1" }
6666
rustix = { version = "1.0.7", features = ["fs", "stdio", "termios"] }
6767
smallvec = { version = "1.15.1", default-features = false, features = ["const_new"] }
68-
tokio = { version = "1.46.0", default-features = false, features = ["net"] }
68+
tokio = { version = "1.46.1", default-features = false, features = ["net"] }
6969

7070
[target.x86_64-unknown-linux-gnu.build-dependencies]
7171
bitflags = { version = "2.9.1", default-features = false, features = ["std"] }
@@ -82,7 +82,7 @@ mio = { version = "1.0.4", features = ["net", "os-ext"] }
8282
percent-encoding = { version = "2.3.1" }
8383
rustix = { version = "1.0.7", features = ["fs", "stdio", "termios"] }
8484
smallvec = { version = "1.15.1", default-features = false, features = ["const_new"] }
85-
tokio = { version = "1.46.0", default-features = false, features = ["net"] }
85+
tokio = { version = "1.46.1", default-features = false, features = ["net"] }
8686

8787
[target.x86_64-apple-darwin.build-dependencies]
8888
bitflags = { version = "2.9.1", default-features = false, features = ["std"] }
@@ -94,7 +94,7 @@ futures-core = { version = "0.3.31" }
9494
futures-sink = { version = "0.3.31" }
9595
percent-encoding = { version = "2.3.1" }
9696
smallvec = { version = "1.15.1", default-features = false, features = ["const_new"] }
97-
tokio = { version = "1.46.0", default-features = false, features = ["net"] }
97+
tokio = { version = "1.46.1", default-features = false, features = ["net"] }
9898
windows-sys-73dcd821b1037cfd = { package = "windows-sys", version = "0.59.0", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Wdk_System_IO", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_SystemInformation", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell"] }
9999
windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52.0", features = ["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"] }
100100

0 commit comments

Comments
 (0)