Skip to content

Commit 33947e2

Browse files
authored
chore(deps): update rust crate camino-tempfile to 1.4.1 (#2350)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [camino-tempfile](https://redirect.github.com/camino-rs/camino-tempfile) | workspace.dependencies | patch | `1.4.0` -> `1.4.1` | --- ### Release Notes <details> <summary>camino-rs/camino-tempfile (camino-tempfile)</summary> ### [`v1.4.1`](https://redirect.github.com/camino-rs/camino-tempfile/releases/tag/camino-tempfile-1.4.1): camino-tempfile 1.4.1 [Compare Source](https://redirect.github.com/camino-rs/camino-tempfile/compare/camino-tempfile-1.4.0...camino-tempfile-1.4.1) Documentation fixes. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent a33eb25 commit 33947e2

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -22,7 +22,7 @@ atomicwrites = "0.4.4"
2222
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
2323
bytes = "1.10.1"
2424
camino = "1.1.9"
25-
camino-tempfile = "1.4.0"
25+
camino-tempfile = "1.4.1"
2626
camino-tempfile-ext = "0.3.0"
2727
cargo_metadata = "0.19.2"
2828
# We specify default-no-update here because if users just run:

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ futures-sink = { version = "0.3.31" }
9494
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.3", default-features = false, features = ["std"] }
9595
smallvec = { version = "1.15.0", default-features = false, features = ["const_new"] }
9696
tokio = { version = "1.45.0", default-features = false, features = ["net"] }
97-
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_Threading", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell"] }
98-
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_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Shell"] }
97+
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"] }
98+
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"] }
9999

100100
### END HAKARI SECTION

0 commit comments

Comments
 (0)