build(deps): bump the crates group across 1 directory with 27 updates#3531
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the crates group across 1 directory with 27 updates#3531dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the crates group with 26 updates in the / directory: | Package | From | To | | --- | --- | --- | | [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.33` | | [which](https://github.com/harryfei/which-rs) | `8.0.2` | `8.0.4` | | [base16ct](https://github.com/RustCrypto/formats) | `0.2.0` | `1.0.0` | | [chrono](https://github.com/chronotope/chrono) | `0.4.44` | `0.4.45` | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | [is_executable](https://github.com/fitzgen/is_executable) | `1.0.5` | `1.0.6` | | [goblin](https://github.com/m4b/goblin) | `0.10.5` | `0.10.7` | | [autocfg](https://github.com/cuviper/autocfg) | `1.5.0` | `1.5.1` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.20.2` | `3.20.3` | | [bytes](https://github.com/tokio-rs/bytes) | `1.11.1` | `1.12.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.62` | `1.2.65` | | [either](https://github.com/rayon-rs/either) | `1.15.0` | `1.16.0` | | [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.25` | `0.4.26` | | [libbz2-rs-sys](https://github.com/trifectatechfoundation/libbzip2-rs) | `0.2.3` | `0.2.5` | | [lzma-rust2](https://github.com/hasenbanck/lzma-rust2) | `0.15.7` | `0.15.8` | | [memchr](https://github.com/BurntSushi/memchr) | `2.8.0` | `2.8.2` | | [num-conv](https://github.com/jhpratt/num-conv) | `0.2.1` | `0.2.2` | | [quote](https://github.com/dtolnay/quote) | `1.0.45` | `1.0.46` | | [regex-syntax](https://github.com/rust-lang/regex) | `0.8.10` | `0.8.11` | | [syn](https://github.com/dtolnay/syn) | `2.0.117` | `2.0.118` | | [time](https://github.com/time-rs/time) | `0.3.47` | `0.3.51` | | [toml_edit](https://github.com/toml-rs/toml) | `0.25.11+spec-1.1.0` | `0.25.12+spec-1.1.0` | | [typenum](https://github.com/paholg/typenum) | `1.20.0` | `1.20.1` | | [wasip2](https://github.com/bytecodealliance/wasi-rs) | `1.0.3+wasi-0.2.9` | `1.0.4+wasi-0.2.12` | | [winnow](https://github.com/winnow-rs/winnow) | `1.0.2` | `1.0.3` | | [zlib-rs](https://github.com/trifectatechfoundation/zlib-rs) | `0.6.3` | `0.6.4` | Updates `log` from 0.4.29 to 0.4.33 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.29...0.4.33) Updates `which` from 8.0.2 to 8.0.4 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@8.0.2...8.0.4) Updates `base16ct` from 0.2.0 to 1.0.0 - [Commits](RustCrypto/formats@base16ct/v0.2.0...base16ct/v1.0.0) Updates `chrono` from 0.4.44 to 0.4.45 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.44...v0.4.45) Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.149...v1.0.150) Updates `is_executable` from 1.0.5 to 1.0.6 - [Commits](fitzgen/is_executable@v1.0.5...v1.0.6) Updates `goblin` from 0.10.5 to 0.10.7 - [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md) - [Commits](https://github.com/m4b/goblin/commits) Updates `autocfg` from 1.5.0 to 1.5.1 - [Commits](cuviper/autocfg@1.5.0...1.5.1) Updates `bumpalo` from 3.20.2 to 3.20.3 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](fitzgen/bumpalo@v3.20.2...v3.20.3) Updates `bytes` from 1.11.1 to 1.12.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.11.1...v1.12.0) Updates `cc` from 1.2.62 to 1.2.65 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.62...cc-v1.2.65) Updates `either` from 1.15.0 to 1.16.0 - [Commits](rayon-rs/either@1.15.0...1.16.0) Updates `ignore` from 0.4.25 to 0.4.26 - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](BurntSushi/ripgrep@ignore-0.4.25...ignore-0.4.26) Updates `libbz2-rs-sys` from 0.2.3 to 0.2.5 - [Release notes](https://github.com/trifectatechfoundation/libbzip2-rs/releases) - [Changelog](https://github.com/trifectatechfoundation/libbzip2-rs/blob/main/NEWS.md) - [Commits](trifectatechfoundation/libbzip2-rs@v0.2.3...v0.2.5) Updates `lzma-rust2` from 0.15.7 to 0.15.8 - [Changelog](https://github.com/hasenbanck/lzma-rust2/blob/v0.15.8/CHANGELOG.md) - [Commits](hasenbanck/lzma-rust2@v0.15.7...v0.15.8) Updates `memchr` from 2.8.0 to 2.8.2 - [Commits](BurntSushi/memchr@2.8.0...2.8.2) Updates `num-conv` from 0.2.1 to 0.2.2 - [Commits](jhpratt/num-conv@v0.2.1...v0.2.2) Updates `quote` from 1.0.45 to 1.0.46 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.45...1.0.46) Updates `regex-syntax` from 0.8.10 to 0.8.11 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-syntax-0.8.10...regex-syntax-0.8.11) Updates `syn` from 2.0.117 to 2.0.118 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.117...2.0.118) Updates `time` from 0.3.47 to 0.3.51 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.47...v0.3.51) Updates `time-core` from 0.1.8 to 0.1.9 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/commits) Updates `toml_edit` from 0.25.11+spec-1.1.0 to 0.25.12+spec-1.1.0 - [Commits](toml-rs/toml@v0.25.11...v0.25.12) Updates `typenum` from 1.20.0 to 1.20.1 - [Release notes](https://github.com/paholg/typenum/releases) - [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md) - [Commits](paholg/typenum@v1.20.0...v1.20.1) Updates `wasip2` from 1.0.3+wasi-0.2.9 to 1.0.4+wasi-0.2.12 - [Commits](bytecodealliance/wasi-rs@wasip2-1.0.3...wasip2-1.0.4) Updates `winnow` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v1.0.2...v1.0.3) Updates `zlib-rs` from 0.6.3 to 0.6.4 - [Release notes](https://github.com/trifectatechfoundation/zlib-rs/releases) - [Changelog](https://github.com/trifectatechfoundation/zlib-rs/blob/main/docs/release.md) - [Commits](trifectatechfoundation/zlib-rs@v0.6.3...v0.6.4) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: which dependency-version: 8.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: base16ct dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: crates - dependency-name: chrono dependency-version: 0.4.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: is_executable dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: goblin dependency-version: 0.10.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: autocfg dependency-version: 1.5.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: bumpalo dependency-version: 3.20.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: bytes dependency-version: 1.12.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: cc dependency-version: 1.2.65 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: either dependency-version: 1.16.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: ignore dependency-version: 0.4.26 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: libbz2-rs-sys dependency-version: 0.2.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: lzma-rust2 dependency-version: 0.15.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: memchr dependency-version: 2.8.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: num-conv dependency-version: 0.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: quote dependency-version: 1.0.46 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: regex-syntax dependency-version: 0.8.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: syn dependency-version: 2.0.118 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: time dependency-version: 0.3.51 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: time-core dependency-version: 0.1.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: toml_edit dependency-version: 0.25.12+spec-1.1.0 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: typenum dependency-version: 1.20.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: wasip2 dependency-version: 1.0.4+wasi-0.2.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: winnow dependency-version: 1.0.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: zlib-rs dependency-version: 0.6.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps the crates group with 26 updates in the / directory:
0.4.290.4.338.0.28.0.40.2.01.0.00.4.440.4.451.0.1491.0.1501.0.51.0.60.10.50.10.71.5.01.5.13.20.23.20.31.11.11.12.01.2.621.2.651.15.01.16.00.4.250.4.260.2.30.2.50.15.70.15.82.8.02.8.20.2.10.2.21.0.451.0.460.8.100.8.112.0.1172.0.1180.3.470.3.510.25.11+spec-1.1.00.25.12+spec-1.1.01.20.01.20.11.0.3+wasi-0.2.91.0.4+wasi-0.2.121.0.21.0.30.6.30.6.4Updates
logfrom 0.4.29 to 0.4.33Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
f405739Merge pull request #734 from rust-lang/cargo/0.4.336a24abfprepare for 0.4.33 release87e0621Merge pull request #732 from matteo-zeggiotti-ok/fix-key-comparisona9b5711Review: fallback to the &str hashcc89cc6Review: fixed other comparisons920e7dcReview: fixed comparison onMaybeStaticStr0d71d3cFixed key comparisona5b5b21Merge pull request #730 from rust-lang/cargo/0.4.32c8d3b12prepare for 0.4.32 releasece6cd9fMerge pull request #729 from tisonkun/kv-std-supportUpdates
whichfrom 8.0.2 to 8.0.4Release notes
Sourced from which's releases.
Changelog
Sourced from which's changelog.
Commits
c9df5effeat: emit NonFatalError on Windows if PATHEXT not populated (#125)9b1ec59bump version number, update changelog6ddf6cfImplementis_valid_executablefor other configurations (#124)Updates
base16ctfrom 0.2.0 to 1.0.0Commits
071bfe6base16ct v1.0.0 (#2145)9946628Usegetrandomv0.4.0-rc.0 crate release (#2142)dfa8651phc v0.6.0-rc.1 (#2141)5da2675phc: bumpgetrandomto v0.4.0-rc.0 (#2139)f1b052cBumprand_coreto v0.10.0-rc-3 (#2138)02eb077der: boundDecode(Value)::Erroroncore::error::Error(#2137)23b3622base64ct: deprecateBase64Crypt(#2135)e2a2a4bmcf: replaceBase64::CryptwithBase64::ShaCrypt(#2134)d1e1e64mcf: avoid intermediate allocations inpush_displayable(#2132)838590cmcf: expandErrorinto a proper enum (#2119)Updates
chronofrom 0.4.44 to 0.4.45Release notes
Sourced from chrono's releases.
Commits
1703382Prepare 0.4.45 release881f9abtz_data: fix tzdata locations on Androidf14ead4fix(tz): reject TZ offset hour of 24 to avoid FixedOffset overflowc6063e6Update similar-asserts requirement from 1.6.1 to 2.0.0120686cBump codecov/codecov-action from 5 to 6Updates
serde_jsonfrom 1.0.149 to 1.0.150Release notes
Sourced from serde_json's releases.
Commits
a1ae73aRelease 1.0.1501a360b0Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys2037b63Reject non-string enum object keys5d30df6Resolve manual_assert_eq pedantic clippy lintdc8003aRaise required compiler for preserve_order feature to 1.85a42fa98Unpin CI miri toolchain684a60ePin CI miri to nightly-2026-02-117c7da33Raise required compiler to Rust 1.71acf4850Simplify Number::is_f646b8ceabResolve unnecessary_map_or clippy lintUpdates
is_executablefrom 1.0.5 to 1.0.6Commits
5c04d86Merge pull request #23 from fitzgen/bump-to-1.0.64098434Bump to version 1.0.63799095Merge pull request #22 from ColinFinck/windows-sys-0.615d9dd42Allowwindows-sysversions >=0.59, <=0.61Updates
goblinfrom 0.10.5 to 0.10.7Changelog
Sourced from goblin's changelog.
Commits
Updates
autocfgfrom 1.5.0 to 1.5.1Commits
2799b09Merge pull request #80 from cuviper/noscript8e7f49aci: extend the tested versions303aa6aRelease 1.5.173483fbMaketests/wrapperswork without a scriptUpdates
bumpalofrom 3.20.2 to 3.20.3Changelog
Sourced from bumpalo's changelog.
Commits
84654acRewind on slice allocation failure (#324)5325624Fix a couple bugs (#323)fcf8370Fix UB inAllocator::grow_zeroed(#321)657caf8test: fix test for OOM instead of overflow (#320)1db9be9fix: fix typo in comment (#318)a47f6d6fix: bump pointer/bump chunk debug assertion (#313)0b12966Update Cargo.toml with keywords (#303)Updates
bytesfrom 1.11.1 to 1.12.0Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
91402ceRelease bytes v1.12.0 (#831)2256e6dchore: add safety comments on unsafe blocks (#827)245adffPass vtable data by value (#826)00cc5ffImplementBytesMut::extend_from_within(#818)5b79d31Merge tag 'v1.11.1'804ee6dMake try_unsplit method public (#746)fd426caExclude development scripts from published package (#810)b4ed70dAdd test for copy_to_bytes() -> BytesMut avoiding clone (#809)94e4291Document thatBytesMut::{reserve,try_reserve}doesn't preserve unused capac...acd1e0fFixget_intifnbytesis zero (#806)Updates
ccfrom 1.2.62 to 1.2.65Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
640c66achore(cc): release v1.2.65 (#1764)26e1972Regenerate target info (#1763)9858eb8Bump taiki-e/install-action from 2.77.6 to 2.81.8 (#1758)3bcc923Bump release-plz/action from 0.5.129 to 0.5.130 (#1759)f0c8998chore(cc): release v1.2.64 (#1757)1cb49a7Add more bare-metal 32-bit Arm support (#1753)44212e0Bump actions/checkout from 6.0.2 to 6.0.3 (#1751)9c81f5dRemove unnecessary clone (#1748)a2bcb6eUpdate rusqlite requirement from 0.39.0 to 0.40.0 (#1744)b2e811eAdd default compiler prefixes for thumbv7a/thumbv7r/thumbv8r bare-metal targe...Updates
eitherfrom 1.15.0 to 1.16.0Commits
8f4ecd9Merge pull request #138 from cuviper/release-1.16.0c35bb4eRelease 1.16.0652486eFix an unused importc26e693Merge pull request #137 from ronnodas/map-bothaa7f1d4Add a single-ident version ofmap_both!a706625Format themap_both!example85b1b56Merge pull request #128 from A4-Tacks/for-both-ident-pattern304e814Merge pull request #127 from A4-Tacks/map-orff9e326Apply formatting suggestions from code review71c9a91Merge pull request #126 from A4-Tacks/is-andUpdates
ignorefrom 0.4.25 to 0.4.26Commits
82313cfignore-0.4.2643e2f08ignore: fix parent gitignore matching across multiple roots79a23e0ignore: use named fields inIgnore4519153doc: clarify half-boundary syntax for the-w/--word-regexpflagcb66736core: bleat a DEBUG message when RIPGREP_CONFIG_PATH is not set9b84e15ignore/types: addcontainertype that covers bothDockerfileand `Contain...cd1f981fix: deriveDefaultwhen possibleUpdates
libbz2-rs-sysfrom 0.2.3 to 0.2.5Release notes
Sourced from libbz2-rs-sys's releases.
Commits
f47b114bump version to0.2.54a4af7efix logic error in blocksort71c89f6bump version to0.2.4973467cfix mismatch between doc and implccdfb0efix memory leak when allocator returns NULL259d5e7fix aliasing issue in BZ2_bzWriteCloseef1d9d2fix aliasing issue in BZ2_bzReadClose4c26a67validate verbosity inBZ2_bzBuffToBuffCompress9631e69fix bug in write mode inbzopen_or_bzdopend99560afixs->statein the docsUpdates
lzma-rust2from 0.15.7 to 0.15.8Changelog
Sourced from lzma-rust2's changelog.
Commits
fe4688dBackport CRC implementationUpdates
memchrfrom 2.8.0 to 2.8.2Commits
a61ac1a2.8.2a08bf90arch: fix undefined behavior in lower level (but public) APIsb41293brebar: update memchr to latest87467c9impl: remove unnecessary clones ininto_ownedimplsff7dca72.8.1016878atarget: fix aarch64_be endianness bugee18717docs: add AI policy for contributorsdb1a77dbuild(deps): bump actions/checkout in the actions group (#212)c8abbe1Hash-pin all actions, drop persisted credentials (#210)24f5daalint: fix clippyget_firstUpdates
num-convfrom 0.2.1 to 0.2.2Commits
b022fe8RenameextendtowidenUpdates
quotefrom 1.0.45 to 1.0.46Release notes
Sourced from quote's releases.
Commits
bc4caf2Release 1.0.46dc0e304Format with rustfmt712114cDrop arrow from syntax of quote_spanned_with_expanded_spanf93ab8aEliminate quote_spanned_with_expanded_span_as_expr macro1ff3951Eliminate __quote_spanned macro64e913aUnify quote_spanned definitions2978e8bWrap comment to 80 columns7f311a0Fix PR 329 fat arrow spacing313a8a2Remove unneeded get_span from PR 3290b33821Merge pull request #329 from Noratrieb/avoid-repeat-expandUpdates
regex-syntaxfrom 0.8.10 to 0.8.11Commits
1401679regex-syntax-0.8.11d709000changelog: 1.12.49825c74syntax: avoid re-canonicalizing the entire IntervalSet on push (#1308)a7f2ff6docs: clarify regex-lite word boundaries2c7b172docs: clarify unsupported Anchored::Pattern searchesUpdates
synfrom 2.0.117 to 2.0.118Release notes
Sourced from syn's releases.
Commits
f033ef1Release 2.0.11845f65f7Wrap long lint attributesb3f9bf8Mirror PR 1975 from readme to crate-level rustdoc97dc117Wrap PR 1975 to 80 columns0085b7aLintrepr_transparent_non_zst_fieldshas been removed9fc1c9dUpdate test suite to nightly-2026-06-12504bcc7Update test suite to nightly-2026-06-09353d20bUpdate test suite to nightly-2026-06-06f257a16Update test suite to nightly-2026-05-25b706e6eUpdate test suite to nightly-2026-05-13Updates
timefrom 0.3.47 to 0.3.51Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
... (truncated)
Commits
4ae4926v0.3.51 release88eece3v0.3.50 releasee1aa9edRemove unused imports6f64473Add regression test for issue 7739f8d7daImprove performance of ISO 8601 formatting356975cShare parsing components with different versions2850178Improve RFC 2822 fast path1f6fa79Add#[inline]to trivial method7e4fd30Add fast path forDatearithmetica928f2dAvoid range error when not usinglarge-datesUpdates
time-corefrom 0.1.8 to 0.1.9Changelog
Sourced from time-core's changelog.
... (truncated)
Commits
Updates
toml_editfrom 0.25.11+spec-1.1.0 to 0.25.12+spec-1.1.0Commits
c448b9achore: Release0a28873docs: Update changelog16ff687fix(edit): Don't allow moving tables above root (#1166)05fe0cefix(edit): Don't allow moving tables above roota2d4bf4test(edit): Show set_position bug95dfe11chore(deps): Update Prek to v0.4.3 (#1165)1b37d98chore(deps): Update Prek to v0.4.2 (#1164)ce874e7chore: Update toml-test (#1163)f33ed68chore: Update toml-test1bf7c67chore(deps): Update Prek to v0.4.1 (#1161)Updates
typenumfrom 1.20.0 to 1.20.1Release notes
Sourced from typenum's releases.
Changelog
Sourced from typenum's changelog.
Commits
0db9a0fVersion 1.20.17925b8ctarr macro: use fully qualified path (#244)298ccdcUpdate some URLs (#243)d1b13a8Don't publish internal crateUpdates
wasip2from 1.0.3+wasi-0.2.9 to 1.0.4+wasi-0.2.12Commits