chore(deps): bump the cargo group across 2 directories with 26 updates#4038
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the cargo group across 2 directories with 26 updates#4038dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo group with 11 updates in the /parachain directory: | Package | From | To | | --- | --- | --- | | [bitflags](https://github.com/bitflags/bitflags) | `2.11.0` | `2.13.0` | | [chrono](https://github.com/chronotope/chrono) | `0.4.44` | `0.4.45` | | [clap](https://github.com/clap-rs/clap) | `4.5.60` | `4.6.1` | | [der](https://github.com/RustCrypto/formats) | `0.7.10` | `0.8.0` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.9` | `0.11.10` | | [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.32` | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | [similar-asserts](https://github.com/mitsuhiko/similar-asserts) | `1.7.0` | `2.0.0` | | [sha3](https://github.com/RustCrypto/hashes) | `0.10.8` | `0.10.9` | | [tokio](https://github.com/tokio-rs/tokio) | `1.49.0` | `1.50.0` | | [num_enum](https://github.com/illicitonion/num_enum) | `0.7.5` | `0.7.6` | Bumps the cargo group with 20 updates in the /tee-worker/omni-executor directory: | Package | From | To | | --- | --- | --- | | [bitflags](https://github.com/bitflags/bitflags) | `2.11.1` | `2.13.0` | | [chrono](https://github.com/chronotope/chrono) | `0.4.44` | `0.4.45` | | [der](https://github.com/RustCrypto/formats) | `0.7.10` | `0.8.0` | | [log](https://github.com/rust-lang/log) | `0.4.30` | `0.4.32` | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | [sha3](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` | | [hmac](https://github.com/RustCrypto/MACs) | `0.12.1` | `0.13.0` | | [http](https://github.com/hyperium/http) | `1.4.1` | `1.4.2` | | [regex](https://github.com/rust-lang/regex) | `1.12.3` | `1.12.4` | | [rust_decimal](https://github.com/paupino/rust-decimal) | `1.42.0` | `1.42.1` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.20.0` | `3.21.0` | | [ark-bn254](https://github.com/arkworks-rs/algebra) | `0.5.0` | `0.6.0` | | [ark-ff](https://github.com/arkworks-rs/algebra) | `0.5.0` | `0.6.0` | | [ark-groth16](https://github.com/arkworks-rs/groth16) | `0.5.0` | `0.6.0` | | [ark-relations](https://github.com/arkworks-rs/snark) | `0.5.1` | `0.6.0` | | [ark-std](https://github.com/arkworks-rs/std) | `0.5.0` | `0.6.0` | | [solana-system-interface](https://github.com/anza-xyz/solana-sdk) | `2.0.0` | `3.2.0` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.6.11` | `0.7.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.23.2` | `1.23.3` | | [wasmer](https://github.com/wasmerio/wasmer) | `4.4.0` | `7.1.0` | Updates `bitflags` from 2.11.0 to 2.13.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.11.0...2.13.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 `clap` from 4.5.60 to 4.6.1 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.60...clap_complete-v4.6.1) Updates `der` from 0.7.10 to 0.8.0 - [Commits](RustCrypto/formats@der/v0.7.10...der/v0.8.0) Updates `env_logger` from 0.11.9 to 0.11.10 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.9...v0.11.10) Updates `log` from 0.4.29 to 0.4.32 - [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.32) Updates `quote` from 1.0.44 to 1.0.45 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.44...1.0.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 `similar-asserts` from 1.7.0 to 2.0.0 - [Changelog](https://github.com/mitsuhiko/similar-asserts/blob/main/CHANGELOG.md) - [Commits](mitsuhiko/similar-asserts@1.7.0...2.0.0) Updates `sha3` from 0.10.8 to 0.10.9 - [Commits](RustCrypto/hashes@sha3/v0.10.8...sha3-v0.10.9) Updates `tokio` from 1.49.0 to 1.50.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0) Updates `num_enum` from 0.7.5 to 0.7.6 - [Commits](illicitonion/num_enum@0.7.5...0.7.6) Updates `bitflags` from 2.11.1 to 2.13.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.11.0...2.13.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 `der` from 0.7.10 to 0.8.0 - [Commits](RustCrypto/formats@der/v0.7.10...der/v0.8.0) Updates `log` from 0.4.30 to 0.4.32 - [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.32) 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 `sha3` from 0.10.9 to 0.11.0 - [Commits](RustCrypto/hashes@sha3/v0.10.8...sha3-v0.10.9) Updates `hmac` from 0.12.1 to 0.13.0 - [Commits](RustCrypto/MACs@hmac-v0.12.1...hmac-v0.13.0) Updates `http` from 1.4.1 to 1.4.2 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.4.1...v1.4.2) Updates `regex` from 1.12.3 to 1.12.4 - [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.12.3...1.12.4) Updates `rust_decimal` from 1.42.0 to 1.42.1 - [Release notes](https://github.com/paupino/rust-decimal/releases) - [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md) - [Commits](paupino/rust-decimal@1.42.0...1.42.1) Updates `serde_with` from 3.20.0 to 3.21.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.20.0...v3.21.0) Updates `ark-bn254` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/arkworks-rs/algebra/releases) - [Changelog](https://github.com/arkworks-rs/algebra/blob/master/CHANGELOG.md) - [Commits](arkworks-rs/algebra@v0.5.0...v0.6.0) Updates `ark-ff` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/arkworks-rs/algebra/releases) - [Changelog](https://github.com/arkworks-rs/algebra/blob/master/CHANGELOG.md) - [Commits](arkworks-rs/algebra@v0.5.0...v0.6.0) Updates `ark-groth16` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/arkworks-rs/groth16/releases) - [Changelog](https://github.com/arkworks-rs/groth16/blob/master/CHANGELOG.md) - [Commits](arkworks-rs/groth16@v0.5.0...v0.6.0) Updates `ark-relations` from 0.5.1 to 0.6.0 - [Release notes](https://github.com/arkworks-rs/snark/releases) - [Changelog](https://github.com/arkworks-rs/snark/blob/master/CHANGELOG.md) - [Commits](https://github.com/arkworks-rs/snark/commits/v0.6.0) Updates `ark-std` from 0.5.0 to 0.6.0 - [Changelog](https://github.com/arkworks-rs/std/blob/master/CHANGELOG.md) - [Commits](arkworks-rs/std@v0.5.0...v0.6.0) Updates `solana-system-interface` from 2.0.0 to 3.2.0 - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/address@v2.0.0...bn254@v3.2.0) Updates `tower-http` from 0.6.11 to 0.7.0 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.11...tower-http-0.7.0) Updates `uuid` from 1.23.2 to 1.23.3 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.23.2...v1.23.3) Updates `wasmer` from 4.4.0 to 7.1.0 - [Release notes](https://github.com/wasmerio/wasmer/releases) - [Changelog](https://github.com/wasmerio/wasmer/blob/main/CHANGELOG.md) - [Commits](wasmerio/wasmer@v4.4.0...v7.1.0) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: chrono dependency-version: 0.4.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: der dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: env_logger dependency-version: 0.11.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: log dependency-version: 0.4.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: quote dependency-version: 1.0.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: similar-asserts dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo - dependency-name: sha3 dependency-version: 0.10.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: num_enum dependency-version: 0.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: bitflags dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: chrono dependency-version: 0.4.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: der dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: log dependency-version: 0.4.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: sha3 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: hmac dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: http dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: regex dependency-version: 1.12.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: rust_decimal dependency-version: 1.42.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde_with dependency-version: 3.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: ark-bn254 dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: ark-ff dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: ark-groth16 dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: ark-relations dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: ark-std dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: solana-system-interface dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo - dependency-name: tower-http dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: uuid dependency-version: 1.23.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: wasmer dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
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 cargo group with 11 updates in the /parachain directory:
2.11.02.13.00.4.440.4.454.5.604.6.10.7.100.8.00.11.90.11.100.4.290.4.321.0.1491.0.1501.7.02.0.00.10.80.10.91.49.01.50.00.7.50.7.6Bumps the cargo group with 20 updates in the /tee-worker/omni-executor directory:
2.11.12.13.00.4.440.4.450.7.100.8.00.4.300.4.321.0.1491.0.1500.10.90.11.00.12.10.13.01.4.11.4.21.12.31.12.41.42.01.42.13.20.03.21.00.5.00.6.00.5.00.6.00.5.00.6.00.5.10.6.00.5.00.6.02.0.03.2.00.6.110.7.01.23.21.23.34.4.07.1.0Updates
bitflagsfrom 2.11.0 to 2.13.0Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
9253889prepare for 2.13.0 releasefbbbfacMerge pull request #489 from ssrlive/main8c498c7Change visibility of new function to crate scope3cbddabmove iter_equal_names to trait Flags80f2193add MyFlags::Abc::iter_equal_names() method9196a3aMerge pull request #488 from bitflags/cargo/2.12.15626df4prepare for 2.12.1 releasea5d3d5eMerge pull request #487 from bitflags/fix/macro-expansion241a8e0add a few docs for tt-munchers1d21383namaespace #[flag_name] under #[bitflags()]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
clapfrom 4.5.60 to 4.6.1Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
1420275chore: Released2c817ddocs: Update changelogf88c94eMerge pull request #6341 from epage/sepacbb822fix(complete): Reduce risk of conflict with actual subcommandsa49fadbrefactor(complete): Pull out subcommand separatorddc008bMerge pull request #6332 from epage/update497dc50chore: Update compatible dependenciesdca2326Merge pull request #6331 from clap-rs/renovate/j178-prek-action-2.x54bdaa3chore(deps): Update j178/prek-action action to v2f0d30d9chore: ReleaseUpdates
derfrom 0.7.10 to 0.8.0Commits
7784544der v0.8.0 (#2234)3a39d5eder: remove obsolete lint configs (#2235)8ede832der: followup to docs changes (#2233)610211cder: remove deprecatedSetOf(Vec)::addmethods (#2232)f362dacder: add workspace-levelclippyconfig (#2231)b5b3ee2der: expand CI coverage (#2230)65ae3d7Addheapless::Vec-backedSequenceOfandSetOf(#2229)302dd3fpkcs8 v0.11.0-rc.11 (#2228)bc1c747der v0.8.0-rc.12 (#2227)8ce90efder_derive: fix trusted publishing workflowUpdates
env_loggerfrom 0.11.9 to 0.11.10Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
41320bfchore: Releasede8c74fdocs: Update changelogd550741docs(gh): Add sponsor link458b075chore(deps): Update Rust Stable to v1.94 (#401)8bc3fc3Merge pull request #400 from epage/update143fa64chore: Upgrade incompatibleb687a24chore: Upgrade compatible8cf1ba9Merge pull request #397 from rust-cli/renovate/crate-ci-typos-1.x094ecf7Merge pull request #396 from rust-cli/renovate/crate-ci-committed-1.x34ad626chore(deps): Update pre-commit hook crate-ci/typos to v1.44.0Updates
logfrom 0.4.29 to 0.4.32Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
a5b5b21Merge pull request #730 from rust-lang/cargo/0.4.32c8d3b12prepare for 0.4.32 releasece6cd9fMerge pull request #729 from tisonkun/kv-std-support20b3b05drop cfg-feature=kv as it is already met7bc1200kv::std_support may not need value-bag5808392Merge pull request #728 from rust-lang/cargo/0.4.3186d739fprepare for 0.4.31 releasec906cfbMerge pull request #727 from tisonkun/leverage-static-str-key-when-possible756c279leverage str literal as well3dd250drename Key::from_static_str to from_str_staticUpdates
quotefrom 1.0.44 to 1.0.45Release notes
Sourced from quote's releases.
Commits
842ffdeRelease 1.0.4593d691cMerge pull request #326 from dtolnay/arcd27d589ToTokens for Arc24d1082Update ui test suite to nightly-2026-02-1826b1276Unpin CI miri toolchainc5e1c9ePin CI miri to nightly-2026-02-1158e2155Remove compiler version support from readme1fc6b50Raise required compiler to Rust 1.71515480aUpdate ui test suite to nightly-2026-02-012c5e770Update ui test suite to nightly-2026-01-30Updates
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
similar-assertsfrom 1.7.0 to 2.0.0Changelog
Sourced from similar-asserts's changelog.
Commits
4eff50bchore(release): 2.0.0265c6e7chore(ci): add trusted publishing workflow7700317chore(rust): modernize toolchain, deps, and CIUpdates
sha3from 0.10.8 to 0.10.9Commits
1637e89Release sha3 v0.10.9 (#837)1997abesha3: backport fix of customized cshake initialization (#836)82c36a4sha2: add soft-compact backend (backport of #686) (#687)c1e85aeci: remove pre-1.56 jobs and other fixes (#688)a667dd9skein: fix implementation for output sizes not multiple of 8 (#682)62b6ff1Fix blake2 and ascon-hash CI (#521)f3b657cExpose belt_compress to public (#520)9f66cb8md4: Optimize compress to improve hash performance (#519)70a2b62Add simpler code snippet to the documentation (#515)e3ab257Update Cargo.lockUpdates
tokiofrom 1.49.0 to 1.50.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
0273e45chore: prepare Tokio v1.50.0 (#7934)e3ee4e5chore: prepare tokio-macros v2.6.1 (#7943)8c980eaio: addwrite_all_vectoredtotokio-util(#7768)e35fd6dci: fix patch during clippy step (#7935)03fe44cruntime: fixevent_intervaldoc (#7932)d18e5dfio: fix race inMock::poll_write(#7882)f21f269runtime: fix race condition during the blocking pool shutdown (#7922)d81e8f0macros: remove (most) localusedeclarations intokio::select!(#7929)25e7f26rt: fix missing quotation in docs (#7925)e1a91efutil: fix typo in docs (#7926)Updates
num_enumfrom 0.7.5 to 0.7.6Commits
f11d81cRelease 0.7.6 (#183)90c04cfA little extra test coverage for byte literals (#182)40e822bAllow byte literals in TryFromPrimitive alternatives (#181)699a7eeFix up trybuilds (#180)8b99d23Fix trybuilds (#179)6603c83Update nightly expectations (#178)Updates
bitflagsfrom 2.11.1 to 2.13.0Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
9253889prepare for 2.13.0 releasefbbbfacMerge pull request #489 from ssrlive/main8c498c7Change visibility of new function to crate scope3cbddabmove iter_equal_names to trait Flags80f2193add MyFlags::Abc::iter_equal_names() method9196a3aMerge pull request #488 from bitflags/cargo/2.12.15626df4prepare for 2.12.1 releasea5d3d5eMerge pull request #487 from bitflags/fix/macro-expansion241a8e0add a few docs for tt-munchers1d21383namaespace #[flag_name] under #[bitflags()]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
derfrom 0.7.10 to 0.8.0Commits
7784544der v0.8.0 (#2234)3a39d5eder: remove obsolete lint configs (#2235)8ede832der: followup to docs changes (#2233)610211cder: remove deprecatedSetOf(Vec)::addmethods (#2232)f362dacder: add workspace-levelclippyconfig (#2231)b5b3ee2der: expand CI coverage (#2230)65ae3d7Addheapless::Vec-backedSequenceOfandSetOf(#2229)302dd3fpkcs8 v0.11.0-rc.11 (#2228)bc1c747der v0.8.0-rc.12 (#2227)8ce90efder_derive: fix trusted publishing workflowUpdates
logfrom 0.4.30 to 0.4.32Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.