-
-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the crates-io group across 1 directory with 31 updates #2321
Closed
Conversation
This file contains 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
Bumps the crates-io group with 31 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.93` | | [cargo-config2](https://github.com/taiki-e/cargo-config2) | `0.1.26` | `0.1.29` | | [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | `0.18.1` | `0.19.0` | | [cbindgen](https://github.com/mozilla/cbindgen) | `0.26.0` | `0.27.0` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.33` | `1.0.35` | | [platform-info](https://github.com/uutils/platform-info) | `2.0.3` | `2.0.4` | | [regex](https://github.com/rust-lang/regex) | `1.10.6` | `1.11.1` | | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.215` | | [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.133` | | [tar](https://github.com/alexcrichton/tar-rs) | `0.4.42` | `0.4.43` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.11.0` | `3.14.0` | | [zip](https://github.com/zip-rs/zip2) | `0.6.6` | `2.1.6` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `2.0.3` | | [fs-err](https://github.com/andrewhickman/fs-err) | `2.11.0` | `3.0.0` | | [once_cell](https://github.com/matklad/once_cell) | `1.19.0` | `1.20.2` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.5.0` | `2.6.0` | | [pyproject-toml](https://github.com/PyO3/pyproject-toml-rs) | `0.11.0` | `0.13.3` | | [itertools](https://github.com/rust-itertools/itertools) | `0.12.1` | `0.13.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.21` | `1.2.1` | | [normpath](https://github.com/dylni/normpath) | `1.2.0` | `1.3.0` | | [pep508_rs](https://github.com/konstin/pep508_rs) | `0.6.1` | `0.8.1` | | [url](https://github.com/servo/rust-url) | `2.5.2` | `2.5.4` | | [cargo-zigbuild](https://github.com/rust-cross/cargo-zigbuild) | `0.19.3` | `0.19.4` | | [cargo-xwin](https://github.com/rust-cross/cargo-xwin) | `0.16.5` | `0.17.3` | | [minijinja](https://github.com/mitsuhiko/minijinja) | `1.0.21` | `2.5.0` | | [ureq](https://github.com/algesten/ureq) | `2.9.7` | `2.10.1` | | [rustls](https://github.com/rustls/rustls) | `0.22.4` | `0.23.10` | | [rustls-pemfile](https://github.com/rustls/pemfile) | `2.1.3` | `2.2.0` | | [rustversion](https://github.com/dtolnay/rustversion) | `1.0.17` | `1.0.18` | | [trycmd](https://github.com/assert-rs/snapbox) | `0.15.6` | `0.15.8` | | [which](https://github.com/harryfei/which-rs) | `6.0.3` | `7.0.0` | Updates `anyhow` from 1.0.89 to 1.0.93 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.89...1.0.93) Updates `cargo-config2` from 0.1.26 to 0.1.29 - [Release notes](https://github.com/taiki-e/cargo-config2/releases) - [Changelog](https://github.com/taiki-e/cargo-config2/blob/main/CHANGELOG.md) - [Commits](taiki-e/cargo-config2@v0.1.26...v0.1.29) Updates `cargo_metadata` from 0.18.1 to 0.19.0 - [Release notes](https://github.com/oli-obk/cargo_metadata/releases) - [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md) - [Commits](oli-obk/cargo_metadata@0.18.1...0.19.0) Updates `cbindgen` from 0.26.0 to 0.27.0 - [Release notes](https://github.com/mozilla/cbindgen/releases) - [Changelog](https://github.com/mozilla/cbindgen/blob/master/CHANGES) - [Commits](mozilla/cbindgen@0.26.0...v0.27.0) Updates `flate2` from 1.0.33 to 1.0.35 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/flate2-rs@1.0.33...1.0.35) Updates `platform-info` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/uutils/platform-info/releases) - [Commits](uutils/platform-info@2.0.3...2.0.4) Updates `regex` from 1.10.6 to 1.11.1 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.6...1.11.1) Updates `serde` from 1.0.210 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.215) Updates `serde_json` from 1.0.128 to 1.0.133 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.128...v1.0.133) Updates `tar` from 0.4.42 to 0.4.43 - [Commits](alexcrichton/tar-rs@0.4.42...0.4.43) Updates `tempfile` from 3.11.0 to 3.14.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.11.0...v3.14.0) Updates `zip` from 0.6.6 to 2.1.6 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/commits/v2.1.6) Updates `thiserror` from 1.0.64 to 2.0.3 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.64...2.0.3) Updates `fs-err` from 2.11.0 to 3.0.0 - [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md) - [Commits](andrewhickman/fs-err@2.11.0...3.0.0) Updates `once_cell` from 1.19.0 to 1.20.2 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.19.0...v1.20.2) Updates `indexmap` from 2.5.0 to 2.6.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.5.0...2.6.0) Updates `pyproject-toml` from 0.11.0 to 0.13.3 - [Changelog](https://github.com/PyO3/pyproject-toml-rs/blob/main/Changelog.md) - [Commits](https://github.com/PyO3/pyproject-toml-rs/commits/v0.13.3) Updates `itertools` from 0.12.1 to 0.13.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.12.1...v0.13.0) Updates `cc` from 1.1.21 to 1.2.1 - [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.1.21...cc-v1.2.1) Updates `normpath` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/dylni/normpath/releases) - [Commits](dylni/normpath@1.2.0...1.3.0) Updates `pep508_rs` from 0.6.1 to 0.8.1 - [Changelog](https://github.com/konstin/pep508_rs/blob/main/Changelog.md) - [Commits](konstin/pep508_rs@v0.6.1...v0.8.1) Updates `url` from 2.5.2 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.2...v2.5.4) Updates `cargo-zigbuild` from 0.19.3 to 0.19.4 - [Release notes](https://github.com/rust-cross/cargo-zigbuild/releases) - [Commits](rust-cross/cargo-zigbuild@v0.19.3...v0.19.4) Updates `cargo-xwin` from 0.16.5 to 0.17.3 - [Release notes](https://github.com/rust-cross/cargo-xwin/releases) - [Commits](rust-cross/cargo-xwin@v0.16.5...v0.17.3) Updates `minijinja` from 1.0.21 to 2.5.0 - [Release notes](https://github.com/mitsuhiko/minijinja/releases) - [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md) - [Commits](mitsuhiko/minijinja@1.0.21...2.5.0) Updates `ureq` from 2.9.7 to 2.10.1 - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@2.9.7...2.10.1) Updates `rustls` from 0.22.4 to 0.23.10 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.22.4...v/0.23.10) Updates `rustls-pemfile` from 2.1.3 to 2.2.0 - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](rustls/pemfile@v/2.1.3...v/2.2.0) Updates `rustversion` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](dtolnay/rustversion@1.0.17...1.0.18) Updates `trycmd` from 0.15.6 to 0.15.8 - [Commits](assert-rs/snapbox@trycmd-v0.15.6...trycmd-v0.15.8) Updates `which` from 6.0.3 to 7.0.0 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@6.0.3...7.0.0) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: cargo-config2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: cargo_metadata dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: cbindgen dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: platform-info dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: tar dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-major dependency-group: crates-io - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major dependency-group: crates-io - dependency-name: fs-err dependency-type: direct:production update-type: version-update:semver-major dependency-group: crates-io - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: pyproject-toml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: normpath dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: pep508_rs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: cargo-zigbuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: cargo-xwin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: minijinja dependency-type: direct:production update-type: version-update:semver-major dependency-group: crates-io - dependency-name: ureq dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: rustversion dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: trycmd dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: which dependency-type: direct:production update-type: version-update:semver-major dependency-group: crates-io ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Something related to dependencies
rust
Pull requests that update Rust code
labels
Nov 26, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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-io group with 31 updates in the / directory:
1.0.89
1.0.93
0.1.26
0.1.29
0.18.1
0.19.0
0.26.0
0.27.0
1.0.33
1.0.35
2.0.3
2.0.4
1.10.6
1.11.1
1.0.210
1.0.215
1.0.128
1.0.133
0.4.42
0.4.43
3.11.0
3.14.0
0.6.6
2.1.6
1.0.64
2.0.3
2.11.0
3.0.0
1.19.0
1.20.2
2.5.0
2.6.0
0.11.0
0.13.3
0.12.1
0.13.0
1.1.21
1.2.1
1.2.0
1.3.0
0.6.1
0.8.1
2.5.2
2.5.4
0.19.3
0.19.4
0.16.5
0.17.3
1.0.21
2.5.0
2.9.7
2.10.1
0.22.4
0.23.10
2.1.3
2.2.0
1.0.17
1.0.18
0.15.6
0.15.8
6.0.3
7.0.0
Updates
anyhow
from 1.0.89 to 1.0.93Release notes
Sourced from anyhow's releases.
Commits
713bda9
Release 1.0.93f91c247
Merge pull request #391 from dtolnay/thiserror2a3901c
Isolate old rustc version tests from needing anyhow dev-dependencies in lockfile3ca2cdd
Update dev-dependencies to thiserror v2fd03a8e
Release 1.0.92a16252b
Merge pull request #390 from dtolnay/rawaddrfcf2ef8
Compile &raw test on Rust 1.82+ only1e7e9fe
Parse raw address expression syntax7d1a8f9
Add test of raw addr expression syntax6c52daa
Release 1.0.91Updates
cargo-config2
from 0.1.26 to 0.1.29Release notes
Sourced from cargo-config2's releases.
Changelog
Sourced from cargo-config2's changelog.
Commits
89f671c
Release 0.1.2941af832
Update rust-lang/cargo links0a2abf7
Update docsb2f31ce
Support target.<triple>.rustdocflags that added in Cargo 1.78b0f77b6
Release 0.1.28407e52b
Update changelog0d9e873
Touch up PR 216586dd4
Add support the[cargo-new]
table (#21)d69dc71
Use grouped update of dependabot916f771
codegen: Disable clone-impls feature of synUpdates
cargo_metadata
from 0.18.1 to 0.19.0Changelog
Sourced from cargo_metadata's changelog.
Commits
af70fe5
Merge pull request #272 from regexident/prepare-v0.19.03f2e39d
Apply suggestions from code reviewe8cfa29
Prepare release of v0.19.05568997
Merge pull request #271 from regexident/derive-hash24fe65d
Fix a typo, while we're at itc8377a8
DeriveHash
traits forMetadata
and its transitive membersc7bee38
Merge pull request #269 from oscartbeaumont/improve-package-builder7a623f7
AddPackageBuilder::new
dcb47f5
Don't require default fields066f52a
Merge pull request #267 from regexident/derive-eqUpdates
cbindgen
from 0.26.0 to 0.27.0Changelog
Sourced from cbindgen's changelog.
Commits
58c6156
Bump MSRV again for clap.103a8de
Cargo update and version bump.67cb560
Update CHANGES since v0.26.03162981
Output condition for globals.e469e44
Add missing parens to log message3cbb637
Update cython expectations from the previous patch.785e066
Fix variadic arguments when used in function pointeraa8ea65
deps: Update syn to 2.09f63284
Generalize Item to expose documentation and generic params1dda616
Used documented method of specifying variadic argumentsUpdates
flate2
from 1.0.33 to 1.0.35Release notes
Sourced from flate2's releases.
Commits
14aec22
Merge pull request #439 from folkertdev/update-zlib-rs-0.4.0eff67ad
upgrade zlib-rs to version0.4.0
ce18d3a
Merge pull request #438 from jdno/upgrade-action74841c5
Upgrade actions/upload-artifact1a28821
Merge pull request #431 from Shnatsel/better-wording2c29780
Merge pull request #428 from Shnatsel/upgrade-zlib-rs423981a
Better wording in compression level docsda5c8cf
Bump versioneeee4c6
Merge pull request #430 from Shnatsel/detailed-level-docs731df32
Update Cargo.tomlUpdates
platform-info
from 2.0.3 to 2.0.4Release notes
Sourced from platform-info's releases.
Commits
4f379c9
prepare version 2.0.4008492d
Merge pull request #83 from uutils/renovate/mozilla-actions-sccache-action-0.xe60787f
chore(deps): update mozilla-actions/sccache-action action to v0.0.6cdf0d7a
Merge pull request #82 from kulikjak/add-solaris-supportf76ef8c
add support for Solarisc739331
Merge pull request #81 from cakebaker/clippy_fix_warning_on_windows7a8b3f2
Merge pull request #80 from uutils/renovate/davidanson-markdownlint-cli2-acti...124dbc8
clippy: use char instead of closure598ca46
chore(deps): update davidanson/markdownlint-cli2-action action to v17ea9f41b
Merge pull request #79 from uutils/renovate/mozilla-actions-sccache-action-0.xUpdates
regex
from 1.10.6 to 1.11.1Changelog
Sourced from regex's changelog.
Commits
9870c06
1.11.180df54e
changelog: 1.11.1991ba88
unstable: fixPattern
trait implementationbcbe403
1.11.09e17e56
deps: bump regex-automata58e16f5
regex-automata-0.4.84bb1e3d
deps: bump regex-syntaxcba0fbc
regex-syntax-0.8.51533257
changelog: 1.11.09239e7e
data: update to UCD 16Updates
serde
from 1.0.210 to 1.0.215Release notes
Sourced from serde's releases.
Commits
8939af4
Release 1.0.215fa5d58c
Use ui test syntax that does not interfere with rustfmt1a3cf4b
Update PR 2562 ui tests7d96352
Merge pull request #2857 from dtolnay/collide111ecc5
Update ui tests for warning on colliding aliasesedd6fe9
Revert "Add checks for conflicts for aliases"a20e924
Revert "pacify clippy"b1353a9
Merge pull request #2856 from dtolnay/denamec59e876
Produce a separate warning for every colliding name7f1e697
Merge pull request #2855 from dtolnay/namespanUpdates
serde_json
from 1.0.128 to 1.0.133Release notes
Sourced from serde_json's releases.
Commits
0903de4
Release 1.0.1332b65ca0
Merge pull request #1215 from dtolnay/fromarray4e5f985
Implement From<[T; N]> for Value2ccb5b6
Disable question_mark clippy lint in lexical testa11f5f2
Resolve unnecessary_map_or clippy lints07f280a
Wrap PR 1213 to 80 columns75ed447
Merge pull request #1213 from djmitche/safety-comment73011c0
Add a safety comment to unsafe blockbe2198a
Prevent upload-artifact step from causing CI failure7cce517
Raise minimum version for preserve_order feature to Rust 1.65Updates
tar
from 0.4.42 to 0.4.43Commits
2b1d374
Release 0.4.43 (#386)adbbc29
Very basic Pax header writer (#382)e0e69f6
tests: Just useunwrap()
(#384)9bd1372
entry: Use our const for xattrs (#383)a1fd011
EntryWriter: Add comments for why ManuallyDrop is OK (#380)Updates
tempfile
from 3.11.0 to 3.14.0Changelog
Sourced from tempfile's changelog.
Commits
b232c58
chore: release 3.14.0 (#307)a23f396
fix: enable wasip2 feature for wasm32-wasip2 target (#305)f162807
ci: switch from cargo-wasi to directly using the wasip1 target (#306)fa8ad00
allow older windows-sys (#304)335d91d
fix: expose SpooledData enum (#301)a354f8c
chore: release 3.13.0d21b602
chore: update depsd6600da
Add forwith_suffix
(#299)19280c5
Document current default permissions for tempdirs (#296)c5eac9f
fix: address clippy unnecessary deref lint in test (#294)Updates
zip
from 0.6.6 to 2.1.6Release notes
Sourced from zip's releases.
... (truncated)
Changelog
Sourced from zip's changelog.
... (truncated)
Commits
Updates
thiserror
from 1.0.64 to 2.0.3Release notes
Sourced from thiserror's releases.
... (truncated)
Commits
15fd26e
Release 2.0.37046023
Simplify how has_bonus_display is accumulated9cc1d0b
Merge pull request #384 from dtolnay/nowrap1d040f3
Use Var wrapper only for Pointer formatting6a6132d
Extend no-display ui test to cover another fmt traita061beb
Merge pull request #383 from dtolnay/both6388293
Support Display and Debug of same path in error messagedc0359e
Defer binding_value construction520343e
Add test of Debug and Display of paths49be39d
Release 2.0.2Updates
fs-err
from 2.11.0 to 3.0.0Changelog
Sourced from fs-err's changelog.
Commits
5cefbe6
chore: Release fs-err version 3.0.09bf99af
Replace default_features with default-features in Cargo.toml11a6460
Remove deprecated APIs (#66)27144b0
Remove io_safety feature flag (#65)1a26274
Update changelog and docs for #60df8f93a
Show source by default, add feature to hide it (#60)7a49316
Fix CI (#64)25ac421
Fix typo (#57)c18ebbe
Merge pull request #52 from brooksprumo/globc24e914
Removes glob import of ErrorKind within DisplayUpdates
once_cell
from 1.19.0 to 1.20.2Changelog
Sourced from once_cell's changelog.
Commits
4fbd4a5
release 1.20.30aef2f8
Merge pull request #267 from taiki-e/portable-atomiccf87ac6
Remove "portable-atomic?/require-cas" from race feature3b9bd9b
release 1.20.1f61508a
Merge pull request #265 from taiki-e/portable-atomic449e5d7
Add portable-atomic feature and disable portable-atomic/critical-section by d...72f7c2e
Merge pull request #260 from brodycj/propagate-critical-section-to-portable-a...be6b623
v1.20.0f2d95bf
update Cargo (dev-)dependencies; update Cargo.lock.msrvdd6b5c2
ci: fix TEST_BETA with TEMPORARY WORKAROUND in RUSTFLAGSUpdates
indexmap
from 2.5.0 to 2.6.0Changelog
Sourced from indexmap's changelog.
Commits
bf0362b
Merge pull request #354 from cuviper/release-2.6.0bd0b4f7
Add all release dates5340049
Release 2.6.07f80229
Merge pull request