Open
Conversation
fb960b3 to
ce7fbc8
Compare
ce7fbc8 to
f4c1dd0
Compare
Contributor
Author
|
d2100c9 to
c75ee03
Compare
165a111 to
43d6d37
Compare
8819e78 to
eaed6e8
Compare
eaed6e8 to
97b92e1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.0→1.2.14.2.3→4.3.03.24.0→3.27.03.24.0→3.27.01.49.0→1.50.01.49.0→1.50.02.16.1→2.18.21.20.0→1.22.00.244→0.2450.52.0→0.53.0Release Notes
runtimed/runtimed (nbformat)
v1.2.1Compare Source
v1.2.0Compare Source
v1.1.0Compare Source
owo-colors/owo-colors (owo-colors)
v4.3.0Compare Source
Fixed
scripts/directory are no longer published in the crate package. Thanks weiznich for your first contribution!Changed
Mark methods with
#[rust_analyzer::completions(ignore_flyimport)]and theOwoColorizetrait with#[rust_analyzer::completions(ignore_flyimport_methods)]. This prevents owo-colors methods from being completed with rust-analyzer unless theOwoColorizetrait is included.Unfortunately, this also breaks explicit autocomplete commands such as Ctrl-Space in many editors. (The language server protocol doesn't appear to have a way to differentiate between implicit and explicit autocomplete commands.) On balance we believe this is the right approach, but please do provide feedback on PR #141 if it negatively affects you.
Updated MSRV to Rust 1.81.
Stebalien/tempfile (tempfile)
v3.27.0Compare Source
This release adds
TempPath::try_from_pathand deprecatesTempPath::from_path.Prior to this release,
TempPath::from_pathmade no attempts to convert relative paths into absolute paths. The following code would have deleted the wrong file:Now:
TempPath::from_pathwill attempt to convert relative paths into absolute paths. However, this isn't always possible as we need to callstd::env::current_dir, which can fail. If we fail to convert the relative path to an absolute path, we simply keep the relative path.TempPath::try_from_pathbehaves exactly likeTempPath::from_path, except that it returns an error if we fail to convert a relative path into an absolute path (or if the passed path is empty).Neither function attempt to verify the existence of the file in question.
Thanks to @meng-xu-cs for reporting this issue.
v3.26.0NamedTempFile::persiston RedoxOS (#393) (thanks to @Andy-Python-Programmer).v3.25.0getrandom0.4.x while retaining support forgetrandom0.3.x.tokio-rs/tokio (tokio)
v1.50.0: Tokio v1.50.0Compare Source
1.50.0 (Mar 3rd, 2026)
Added
TcpStream::set_zero_linger(#7837)is_rt_shutdown_err(#7771)Changed
memchrreturns in-bounds pointer (#7792)write_buf(#7871)event_intervalis set to 0 (#7838)SetConsoleCtrlHandler(#7833)Registry(#7885)Fixed
AsyncFdregistration list on deregister (#7773)usedeclarations intokio::select!(#7929)GET_BUF_SIZEconstant fortarget_os = "android"(#7889)current_threadifbefore_parkdefers waker (#7835)block_in_place(#7879)num_idle_threadson shutdown (#7910, #7918, #7922)Unstable
Documented
AsyncWriteExt::shutdown()(#7908)AsyncWritedocumentation (#7875)Runtime::spawn(#7803)event_intervaldoc (#7932)recvreturnsNoneonce closed and no more messages (#7920)spawn_blockingvs dedicated threads (#7923)JoinHandlecompletion (#7825)None(#7869)Builder::spawn_local(#7828)jdx/usage (usage-lib)
v2.18.2Compare Source
🐛 Bug Fixes
📦️ Dependency Updates
New Contributors
v2.18.1Compare Source
🐛 Bug Fixes
🛡️ Security
📦️ Dependency Updates
v2.18.0Compare Source
🚀 Features
v2.17.4Compare Source
🐛 Bug Fixes
v2.17.3Compare Source
🐛 Bug Fixes
v2.17.2Compare Source
🐛 Bug Fixes
v2.17.1Compare Source
🔍 Other Changes
v2.17.0Compare Source
🚀 Features
🐛 Bug Fixes
📚 Documentation
🔍 Other Changes
📦️ Dependency Updates
de0fac2by @renovate[bot] in #494f391289by @renovate[bot] in #495New Contributors
v2.16.2Compare Source
🐛 Bug Fixes
📚 Documentation
🔍 Other Changes
📦️ Dependency Updates
uuid-rs/uuid (uuid)
v1.22.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.21.0...v1.22.0
v1.21.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.20.0...v1.21.0
bytecodealliance/wit-bindgen (wit-bindgen)
v0.53.1Compare Source
What's Changed
New Contributors
Full Changelog: bytecodealliance/wit-bindgen@v0.53.0...v0.53.1
v0.53.0Compare Source
What's Changed
--merge-structurally-equal-typesby @alexcrichton in #1531cargo binstallmetadata forwit-bindgen-cliby @alexcrichton in #1525is_structurally_equalby @alexcrichton in #1530New Contributors
Full Changelog: bytecodealliance/wit-bindgen@v0.52.0...v0.53.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.