Skip to content

Commit 5cb3b33

Browse files
authored
Update Rust crate tokio to 1.47.1 (#2495)
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.47.0` -> `1.47.1` | --- ### Release Notes <details> <summary>tokio-rs/tokio (tokio)</summary> ### [`v1.47.1`](https://redirect.github.com/tokio-rs/tokio/releases/tag/tokio-1.47.1): Tokio v1.47.1 [Compare Source](https://redirect.github.com/tokio-rs/tokio/compare/tokio-1.47.0...tokio-1.47.1) ### 1.47.1 (August 1st, 2025) ##### Fixed - process: fix panic from spurious pidfd wakeup ([#&#8203;7494]) - sync: fix broken link of Python `asyncio.Event` in `SetOnce` docs ([#&#8203;7485]) [#&#8203;7485]: https://redirect.github.com/tokio-rs/tokio/pull/7485 [#&#8203;7494]: https://redirect.github.com/tokio-rs/tokio/pull/7494 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40Ni44IiwidXBkYXRlZEluVmVyIjoiNDEuNDYuOCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent 2f945b4 commit 5cb3b33

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.47.0"
129+
tokio = "1.47.1"
130130
tokio-stream = "0.1.17"
131131
toml = "0.8.23"
132132
toml_edit = "0.23.2"

workspace-hack/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ serde_json = { version = "1.0.142", features = ["unbounded_depth"] }
4040
smallvec = { version = "1.15.1", default-features = false, features = ["const_generics"] }
4141
target-spec = { version = "3.5.0", default-features = false, features = ["custom", "summaries"] }
4242
target-spec-miette = { version = "0.4.4", default-features = false, features = ["fixtures"] }
43-
tokio = { version = "1.47.0", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
43+
tokio = { version = "1.47.1", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
4444
tracing-core = { version = "0.1.34" }
4545
xxhash-rust = { version = "0.8.15", default-features = false, features = ["xxh3", "xxh64"] }
4646

@@ -63,7 +63,7 @@ mio = { version = "1.0.4", features = ["net", "os-ext"] }
6363
percent-encoding = { version = "2.3.1" }
6464
rustix = { version = "1.0.7", features = ["fs", "stdio", "termios"] }
6565
smallvec = { version = "1.15.1", default-features = false, features = ["const_new"] }
66-
tokio = { version = "1.47.0", default-features = false, features = ["net"] }
66+
tokio = { version = "1.47.1", default-features = false, features = ["net"] }
6767

6868
[target.x86_64-unknown-linux-gnu.build-dependencies]
6969
bitflags = { version = "2.9.1", default-features = false, features = ["std"] }
@@ -80,7 +80,7 @@ mio = { version = "1.0.4", features = ["net", "os-ext"] }
8080
percent-encoding = { version = "2.3.1" }
8181
rustix = { version = "1.0.7", features = ["fs", "stdio", "termios"] }
8282
smallvec = { version = "1.15.1", default-features = false, features = ["const_new"] }
83-
tokio = { version = "1.47.0", default-features = false, features = ["net"] }
83+
tokio = { version = "1.47.1", default-features = false, features = ["net"] }
8484

8585
[target.x86_64-apple-darwin.build-dependencies]
8686
bitflags = { version = "2.9.1", default-features = false, features = ["std"] }
@@ -92,7 +92,7 @@ futures-core = { version = "0.3.31" }
9292
futures-sink = { version = "0.3.31" }
9393
percent-encoding = { version = "2.3.1" }
9494
smallvec = { version = "1.15.1", default-features = false, features = ["const_new"] }
95-
tokio = { version = "1.47.0", default-features = false, features = ["net"] }
95+
tokio = { version = "1.47.1", default-features = false, features = ["net"] }
9696
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_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell"] }
9797
windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52.0", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Environment", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Shell"] }
9898

0 commit comments

Comments
 (0)