Wasmtime's internal implementation of wasmtime-wasi no longer depends on
cap-std crates for the underlying implementation. Instead the cap-std
implementation was vendored into wasmtime-wasi. This is intended to have no
visible side effects or result in any behavior changes. #14219
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
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:
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
BurntSushi/aho-corasick (aho-corasick)v1.1.5
Compare Source
dtolnay/anyhow (anyhow)v1.0.104
Compare Source
v1.0.103
Compare Source
- Fix Stacked Borrows violation (UB) in Error::downcast_mut (#451, #452)
vorner/arc-swap (arc-swap)v1.9.2
- Document RefCnt must not panic (#208).
dtolnay/async-trait (async-trait)v0.1.92
Compare Source
v0.1.91
Compare Source
v0.1.90
Compare Source
- Update to syn 3
bitflags/bitflags (bitflags)v2.13.2
Compare Source
What's Changed
Full Changelog: bitflags/bitflags@2.13.1...2.13.2
tokio-rs/bytes (bytes)v1.12.1
Compare Source
Fixed
- Properly handle when Box::new panics (#837)
camino-rs/camino (camino)v1.2.6
Compare Source
Fixed
v1.2.5
Compare Source
Fixed
Removed unnecessary files from the package.
v1.2.4
Compare Source
Added
Methods to convert between Box<Utf8Path> and Box<Path>:
Thanks nicopap for your first contribution!
lib.rs/cargo_toml (cargo_toml)v1.0.1
Compare Source
rust-lang/cfg-if (cfg-if)v1.0.5
Compare Source
- Add a note that this crate is deprecated, suggesting cfg_select! instead
clap-rs/clap (clap)v4.6.7
Compare Source
v4.6.6
Compare Source
Features
v4.6.5
Compare Source
v4.6.4
Compare Source
Internal
v4.6.3
Compare Source
Fixes
v4.6.2
Compare Source
Fixes
- (help) Say alias when there is only one
oxc-project/fast-glob (fast-glob)v1.1.1
Compare Source
Fixed
Other
- reduce Rust dev debug info (#162)
rust-lang/futures-rs (futures)v0.3.34
Compare Source
v0.3.33
Compare Source
- Fix ReadLine's soundness issue regarding to exception safety. (#3020)
- Fix unsound Send impl for IterPinRef and Iter. (#3003)
- Fix stacked borrows violation in compat01as03 implementation. (#3012)
- Fix memory leak in FuturesUnordered::IntoIter. (#3005)
- Add portable-atomic-alloc feature and use it in FuturesUnordered. (#3007)
- Re-export alloc::task::Wake. (#3010)
- Update spin to 0.12. (#3014)
rust-lang/glob (glob)v0.3.4
Compare Source
- Cache filename for sorting in fill_todo (#181)
- Replace into_error method with impl Into (#179)
- Replace tempdir with tempfile (#176)
- Set the edition to 2021 (#188)
magiclen/html-escape (html-escape)v0.2.15
Compare Source
v0.2.14
Compare Source
indexmap-rs/indexmap (indexmap)v2.14.2
Compare Source
could shadow the same name in the caller's namespace.
indexset_with_default!. The hasher may also be omitted if it's inferrable.
v2.14.1
Compare Source
- Simplify comparisons where Equivalent isn't needed (Q = K).
- Unify index assertions for bounds checks.
- Fix (or expect) clippy lints.
console-rs/indicatif (indicatif)v0.18.6
Compare Source
What's Changed
v0.18.5
Compare Source
What's Changed
- Upgrade to rand 0.10 by @djc in #768
- multi: document common MultiProgress bugs + behavior (#595) by @chris-laplante in #786
- Use div_duration_f64 by @ChrisDenton in #792
- Clear the rest of line after drawing to the terminal by @ChrisDenton in #790
- Fix ProgressDrawTarget.is_stderr() for MultiProgress by @kojiishi in #803
- Fix height and filler when wrapped at the middle of wide characters by @kojiishi in #799
- fix: respect NO_COLOR and TERM=dumb environment variable by @ValentinLeTallec in #808
- Fix stray comma after minus sign in HumanFloatCount by @sueun-dev in #815
- Fix HumanFloatCount dropping the fractional part by @greymoth-jp in #816
- style module cleanup by @djc in #813
- Drop screenshots from MultiProgress documentation by @djc in #817
napi-rs/escape-simd (json-escape-simd)v3.1.2
Compare Source
Changed
- Implementation now lives in the shared escape-simd crate. Public JSON API (escape, escape_into) is unchanged.
oxc-project/json-strip-comments (json-strip-comments)v3.1.2
Compare Source
Other
- (json-strip-comments) exclude extraneous files from published package (#209)
- (deps) update rust crates (#210)
- (deps) update semgrep/semgrep docker tag to v1.171.0 (#211)
- (semgrep) add scan workflow (#208)
- (deps) update actions/setup-node action to v7 (#207)
- (deps) update actions/setup-node action to v6.5.0 (#206)
- (deps) update dependency rust to v1.97.1 (#205)
- update sponsor section
- (deps) update rust crates (#203)
- (deps) update codspeedhq/action action to v4.18.5 (#202)
- (deps) update dependency rust to v1.97.0 (#201)
- restore original Apache-2.0 license (#200)
- (deps) update rust to v1.96.1 (#199)
- standardize rustfmt config
- normalize README sponsor section
- configure clippy exported api lint (#196)
- add crates environment to release workflow
- (deps) update github actions (#193)
- use codspeed simulation mode (#192)
- use codspeed mode input (#191)
- enable codspeed simulation (#190)
- (deps) update rust crates (#189)
- (deps) update github actions (#188)
- (deps) update rust crates (#187)
- (deps) update github actions to v4.17.5 (#186)
- (deps) update github actions to v4.17.0 (#185)
- (deps) update rust crates (#183)
- (deps) update github actions (#182)
- (deps) update dependency rust to v1.96.0 (#181)
- (deps) update rust crates (#180)
- (deps) update github actions (#179)
- switch security workflow to ubuntu-latest (#178)
- update packageManager to pnpm 11.0.4 (#177)
- (deps) update github actions (#176)
- (deps) update pnpm/action-setup action to v6.0.4 (#175)
- (deps) update github actions (#174)
- (deps) update github-actions (#172)
BurntSushi/memchr (memchr)v2.8.3
Compare Source
yarnpkg/pnp-rs (pnp)v0.12.12
Compare Source
Other
- (deps) bump regress to 0.12.0 (#113)
dtolnay/proc-macro2 (proc-macro2)v1.0.107
Compare Source
- Documentation improvements
dtolnay/quote (quote)v1.0.47
Compare Source
v1.0.46
Compare Source
- Avoid repeated get_span in quote_spanned (#329, thanks @Noratrieb)
dtolnay/ref-cast (ref-cast)v1.0.27
Compare Source
v1.0.26
Compare Source
v1.0.25
Compare Source
v1.0.24
Compare Source
- Documentation improvements
rust-lang/rustc-hash (rustc-hash)v2.1.3
Compare Source
- Use derive_const to fix feature = "nightly" build
- Internally update to rand 0.9
boa-dev/ryu-js (ryu-js)v1.0.3
Compare Source
Breaking Changes
Bug Fixes
Internal Improvements
- INTERNAL #57: Sync upstream/main. (@jedel1043)
- INTERNAL #63: Make Cursor store unsigned integer len and index. (@HalidOdat)
serde-rs/serde (serde)v1.0.229
Compare Source
- Update to syn 3
serde-rs/json (serde_json)v1.0.151
Compare Source
- Add RawValue::from_string_unchecked (#1331, thanks @WonderLawrence)
rust-lang/stacker (stacker)v0.1.25
Compare Source
dtolnay/syn (syn)v2.0.119
Compare Source
v2.0.118
Compare Source
- Documentation improvements
dtolnay/thiserror (thiserror)v2.0.20
Compare Source
v2.0.19
Compare Source
- Update to syn 3
Amanieu/thread_local-rs (thread_local)v1.1.10
Compare Source
Fixed
Changed
- ThreadLocal::get no longer allocates a thread ID or registers a thread-local destructor when no value exists for the current thread (#84).
Manishearth/triomphe (triomphe)v0.1.16
Compare Source
v0.1.15
Compare Source
dtolnay/trybuild (trybuild)v1.0.121
Compare Source
v1.0.120
Compare Source
v1.0.119
Compare Source
v1.0.118
Compare Source
v1.0.117
Compare Source
- Better error message when TRYBUILD env var is wrong (#332, thanks @tisonkun)
shepmaster/twox-hash (twox-hash)v2.1.4
Compare Source
Changed
v2.1.3
Compare Source
Fixed
in debug mode. Release mode is unaffected.
Changed
- The version range for the optional rand dependency now allows 0.10
bytecodealliance/wasmtime (wasi-common)in addition to 0.9.
v36.0.15
Compare Source
36.0.15
Released 2026-09-10
Changed
cap-std crates for the underlying implementation. Instead the cap-std
implementation was vendored into wasmtime-wasi. This is intended to have no
visible side effects or result in any behavior changes.
#14219
v36.0.14
Compare Source
36.0.14
Released 2026-08-20
Fixed
GHSA-vqjp-4c8c-hfgg
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 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.