chore(deps): bump the dependencies group across 7 directories with 23 updates#277
Closed
dependabot[bot] wants to merge 2 commits into
Closed
chore(deps): bump the dependencies group across 7 directories with 23 updates#277dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
… updates Bumps the dependencies group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [can-dbc](https://github.com/oxibus/can-dbc) | `8.1.0` | `9.0.0` | | [clap](https://github.com/clap-rs/clap) | `4.5.60` | `4.6.0` | | [cmake](https://github.com/rust-lang/cmake-rs) | `0.1.57` | `0.1.58` | | [eframe](https://github.com/emilk/egui) | `0.33.3` | `0.34.1` | | [egui](https://github.com/emilk/egui) | `0.33.3` | `0.34.1` | | [egui_extras](https://github.com/emilk/egui) | `0.33.3` | `0.34.1` | | [egui-notify](https://github.com/ItsEthra/egui-notify) | `0.21.0` | `0.22.0` | | [embassy-net](https://github.com/embassy-rs/embassy) | `0.8.0` | `0.9.0` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.9` | `0.11.10` | | [libtest-mimic](https://github.com/LukasKalbertodt/libtest-mimic) | `0.8.1` | `0.8.2` | | [scraper](https://github.com/rust-scraper/scraper) | `0.25.0` | `0.26.0` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.26.0` | `3.27.0` | | [tinyvec](https://github.com/Lokathor/tinyvec) | `1.10.0` | `1.11.0` | | [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) | `0.28.0` | `0.29.0` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.22` | `0.3.23` | | [uuid](https://github.com/uuid-rs/uuid) | `1.22.0` | `1.23.0` | | [wasm-bindgen-futures](https://github.com/wasm-bindgen/wasm-bindgen) | `0.4.64` | `0.4.65` | Bumps the dependencies group with 1 update in the /docs/user-manual/crates/getting-started directory: [assert_cmd](https://github.com/assert-rs/assert_cmd). Bumps the dependencies group with 1 update in the /docs/user-manual/crates/traces-serialization directory: [assert_cmd](https://github.com/assert-rs/assert_cmd). Bumps the dependencies group with 2 updates in the /examples/embassy-std directory: [embassy-time](https://github.com/embassy-rs/embassy) and [embassy-sync](https://github.com/embassy-rs/embassy). Bumps the dependencies group with 2 updates in the /examples/embassy-stm32 directory: [embassy-net](https://github.com/embassy-rs/embassy) and [embassy-stm32](https://github.com/embassy-rs/embassy). Bumps the dependencies group with 1 update in the /examples/freertos-linux directory: [assert_cmd](https://github.com/assert-rs/assert_cmd). Bumps the dependencies group with 1 update in the /examples/orchestrator-ipc directory: [uuid](https://github.com/uuid-rs/uuid). Updates `can-dbc` from 8.1.0 to 9.0.0 - [Release notes](https://github.com/oxibus/can-dbc/releases) - [Changelog](https://github.com/oxibus/can-dbc/blob/main/CHANGELOG.md) - [Commits](oxibus/can-dbc@v8.1.0...v9.0.0) Updates `clap` from 4.5.60 to 4.6.0 - [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.0) Updates `cmake` from 0.1.57 to 0.1.58 - [Release notes](https://github.com/rust-lang/cmake-rs/releases) - [Changelog](https://github.com/rust-lang/cmake-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cmake-rs@v0.1.57...v0.1.58) Updates `eframe` from 0.33.3 to 0.34.1 - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md) - [Commits](emilk/egui@0.33.3...0.34.1) Updates `egui` from 0.33.3 to 0.34.1 - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md) - [Commits](emilk/egui@0.33.3...0.34.1) Updates `egui_extras` from 0.33.3 to 0.34.1 - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md) - [Commits](emilk/egui@0.33.3...0.34.1) Updates `egui-notify` from 0.21.0 to 0.22.0 - [Changelog](https://github.com/ItsEthra/egui-notify/blob/master/CHANGELOG.md) - [Commits](https://github.com/ItsEthra/egui-notify/commits) Updates `embassy-net` from 0.8.0 to 0.9.0 - [Changelog](https://github.com/embassy-rs/embassy/blob/main/RELEASE.md) - [Commits](embassy-rs/embassy@embassy-net-v0.8.0...embassy-net-v0.9.0) Updates `embassy-time` from 0.5.0 to 0.5.1 - [Changelog](https://github.com/embassy-rs/embassy/blob/main/RELEASE.md) - [Commits](embassy-rs/embassy@embassy-time-v0.5.0...embassy-time-v0.5.1) 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 `libtest-mimic` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/LukasKalbertodt/libtest-mimic/releases) - [Changelog](https://github.com/LukasKalbertodt/libtest-mimic/blob/master/CHANGELOG.md) - [Commits](LukasKalbertodt/libtest-mimic@v0.8.1...v0.8.2) Updates `scraper` from 0.25.0 to 0.26.0 - [Release notes](https://github.com/rust-scraper/scraper/releases) - [Commits](rust-scraper/scraper@v0.25.0...v0.26.0) Updates `sha2` from 0.10.9 to 0.11.0 - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) Updates `tempfile` from 3.26.0 to 3.27.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.26.0...v3.27.0) Updates `tinyvec` from 1.10.0 to 1.11.0 - [Changelog](https://github.com/Lokathor/tinyvec/blob/main/CHANGELOG.md) - [Commits](Lokathor/tinyvec@v1.10.0...v1.11.0) Updates `tokio-tungstenite` from 0.28.0 to 0.29.0 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.28.0...v0.29.0) Updates `tracing-subscriber` from 0.3.22 to 0.3.23 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.22...tracing-subscriber-0.3.23) Updates `uuid` from 1.22.0 to 1.23.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.22.0...v1.23.0) Updates `wasm-bindgen-futures` from 0.4.64 to 0.4.65 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) Updates `web-sys` from 0.3.91 to 0.3.92 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) Updates `assert_cmd` from 2.1.2 to 2.2.0 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.1.2...v2.2.0) Updates `assert_cmd` from 2.1.2 to 2.2.0 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.1.2...v2.2.0) Updates `embassy-time` from 0.5.0 to 0.5.1 - [Changelog](https://github.com/embassy-rs/embassy/blob/main/RELEASE.md) - [Commits](embassy-rs/embassy@embassy-time-v0.5.0...embassy-time-v0.5.1) Updates `embassy-sync` from 0.7.2 to 0.8.0 - [Changelog](https://github.com/embassy-rs/embassy/blob/main/RELEASE.md) - [Commits](embassy-rs/embassy@embassy-sync-v0.7.2...embassy-sync-v0.8.0) Updates `embassy-net` from 0.8.0 to 0.9.0 - [Changelog](https://github.com/embassy-rs/embassy/blob/main/RELEASE.md) - [Commits](embassy-rs/embassy@embassy-net-v0.8.0...embassy-net-v0.9.0) Updates `embassy-time` from 0.5.0 to 0.5.1 - [Changelog](https://github.com/embassy-rs/embassy/blob/main/RELEASE.md) - [Commits](embassy-rs/embassy@embassy-time-v0.5.0...embassy-time-v0.5.1) Updates `embassy-stm32` from 0.5.0 to 0.6.0 - [Changelog](https://github.com/embassy-rs/embassy/blob/main/RELEASE.md) - [Commits](embassy-rs/embassy@embassy-stm32-v0.5.0...embassy-stm32-v0.6.0) Updates `assert_cmd` from 2.1.2 to 2.2.0 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.1.2...v2.2.0) Updates `uuid` from 1.22.0 to 1.23.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: can-dbc dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cmake dependency-version: 0.1.58 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eframe dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: egui dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: egui_extras dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: egui-notify dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: embassy-net dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: embassy-time dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: env_logger dependency-version: 0.11.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: libtest-mimic dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: scraper dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tinyvec dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tokio-tungstenite dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tracing-subscriber dependency-version: 0.3.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: uuid dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: wasm-bindgen-futures dependency-version: 0.4.65 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: web-sys dependency-version: 0.3.92 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: assert_cmd dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: assert_cmd dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: embassy-time dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: embassy-sync dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: embassy-net dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: embassy-time dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: embassy-stm32 dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: assert_cmd dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: uuid dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: veecle-ci-access[bot] <171345049+veecle-ci-access[bot]@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
Author
|
Superseded by #279. |
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 dependencies group with 18 updates in the / directory:
8.1.09.0.04.5.604.6.00.1.570.1.580.33.30.34.10.33.30.34.10.33.30.34.10.21.00.22.00.8.00.9.00.11.90.11.100.8.10.8.20.25.00.26.00.10.90.11.03.26.03.27.01.10.01.11.00.28.00.29.00.3.220.3.231.22.01.23.00.4.640.4.65Bumps the dependencies group with 1 update in the /docs/user-manual/crates/getting-started directory: assert_cmd.
Bumps the dependencies group with 1 update in the /docs/user-manual/crates/traces-serialization directory: assert_cmd.
Bumps the dependencies group with 2 updates in the /examples/embassy-std directory: embassy-time and embassy-sync.
Bumps the dependencies group with 2 updates in the /examples/embassy-stm32 directory: embassy-net and embassy-stm32.
Bumps the dependencies group with 1 update in the /examples/freertos-linux directory: assert_cmd.
Bumps the dependencies group with 1 update in the /examples/orchestrator-ipc directory: uuid.
Updates
can-dbcfrom 8.1.0 to 9.0.0Release notes
Sourced from can-dbc's releases.
Changelog
Sourced from can-dbc's changelog.
Commits
1e0299bchore: release v9.0.0 (#78)3cafcb1fix: parse signal min/max asNumericValue(#76)c681ff2fix: ast/message_id: use 0x1FFF_FFFF (1<<29 - 1) instead of 2^29 in test (#77)Updates
clapfrom 4.5.60 to 4.6.0Changelog
Sourced from clap's changelog.
Commits
9ab6deechore: Release374a30ddocs: Update changelogd0c8aabMerge pull request #6306 from epage/update686ce2fchore: Upgrade compatible8203238Merge pull request #6305 from epage/msrvc774a89docs: Reduce main's in doctests73534f6chore: Upgrade to 2025 editiondfe05a9chore: Bump MSRV to 1.858b41d0bchore: Release518220fdocs: Update changelogUpdates
cmakefrom 0.1.57 to 0.1.58Release notes
Sourced from cmake's releases.
Changelog
Sourced from cmake's changelog.
Commits
6319069chore: release v0.1.58 (#269)fa89456Fix i686-windows system import (#276)511160fSwitch to main (#266)Updates
eframefrom 0.33.3 to 0.34.1Release notes
Sourced from eframe's releases.
... (truncated)
Changelog
Sourced from eframe's changelog.
... (truncated)
Commits
a01193dRelease 0.34.1: Enable WebGL fallback in eframef325097Only apply cursor style to the <canvas> (#8036)3cf3141wgpubackend: Enable WebGL fallback (#8038)82a578eRelease 0.34.0 - MoreUi, lessContext(#8028)1c9f74bAdd raw key methods to TypeIdMap (#8007)f1236f1Fix missingobjc2-app-kitfeatures (#8025)048f8ccTweakScrollAreafade effect (#8023)02ff040Fix:Visuals::interact_cursorsupport inButton(#7986)d232be7Fix bug in ui stack color blending (#8021)0b0c561Fade out the edges ofScrollAreas(#8018)Updates
eguifrom 0.33.3 to 0.34.1Release notes
Sourced from egui's releases.
... (truncated)
Changelog
Sourced from egui's changelog.
... (truncated)
Commits
a01193dRelease 0.34.1: Enable WebGL fallback in eframef325097Only apply cursor style to the <canvas> (#8036)3cf3141wgpubackend: Enable WebGL fallback (#8038)82a578eRelease 0.34.0 - MoreUi, lessContext(#8028)1c9f74bAdd raw key methods to TypeIdMap (#8007)f1236f1Fix missingobjc2-app-kitfeatures (#8025)048f8ccTweakScrollAreafade effect (#8023)02ff040Fix:Visuals::interact_cursorsupport inButton(#7986)d232be7Fix bug in ui stack color blending (#8021)0b0c561Fade out the edges ofScrollAreas(#8018)Updates
egui_extrasfrom 0.33.3 to 0.34.1Release notes
Sourced from egui_extras's releases.
... (truncated)
Changelog
Sourced from egui_extras's changelog.
... (truncated)
Commits
a01193dRelease 0.34.1: Enable WebGL fallback in eframef325097Only apply cursor style to the <canvas> (#8036)3cf3141wgpubackend: Enable WebGL fallback (#8038)82a578eRelease 0.34.0 - MoreUi, lessContext(#8028)1c9f74bAdd raw key methods to TypeIdMap (#8007)f1236f1Fix missingobjc2-app-kitfeatures (#8025)048f8ccTweakScrollAreafade effect (#8023)02ff040Fix:Visuals::interact_cursorsupport inButton(#7986)d232be7Fix bug in ui stack color blending (#8021)0b0c561Fade out the edges ofScrollAreas(#8018)Updates
egui-notifyfrom 0.21.0 to 0.22.0Commits
Updates
embassy-netfrom 0.8.0 to 0.9.0Commits
f0ff2acchore: update embassy-net smoltcp version84444a1chore: prepare embassy-hal-internal release50c6aacchore: bump embassy-time-driver versionca966f8Merge pull request #5699 from embassy-rs/update-stm32-metapaca343e0achore: update stm32-metapac version8095ff0Merge pull request #5671 from embassy-rs/stm32-executor-platform92829a9stm32: remove internal-only _allow-disable-rtc.0f59f10stm32: separate low-power and custom executor.5bc8260Merge pull request #5692 from okhsunrog/timer-break-input3bea5abstm32: timer: add break input configuration and comparator routingUpdates
embassy-timefrom 0.5.0 to 0.5.1Commits
84444a1chore: prepare embassy-hal-internal release50c6aacchore: bump embassy-time-driver versionca966f8Merge pull request #5699 from embassy-rs/update-stm32-metapaca343e0achore: update stm32-metapac version8095ff0Merge pull request #5671 from embassy-rs/stm32-executor-platform92829a9stm32: remove internal-only _allow-disable-rtc.0f59f10stm32: separate low-power and custom executor.5bc8260Merge pull request #5692 from okhsunrog/timer-break-input3bea5abstm32: timer: add break input configuration and comparator routingd481373Merge pull request #5691 from felipebalbi/mcxa/update-depsUpdates
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
libtest-mimicfrom 0.8.1 to 0.8.2Release notes
Sourced from libtest-mimic's releases.
Changelog
Sourced from libtest-mimic's changelog.
Commits
8aca207Bump version to 0.8.22c2ffc9Remove duplicate code by usingignorable_testinTrial::test67bddeaPut runtime ignore reason in parens instead of after commae74d535Replace "skip" terminology with "ignore"958431dMakeCompletion::IgnoredholdOption\<String>instead ofString1ada1b5Merge pull request #52 from tgross35/runtime-skipbc8942aAdjust changelog1cd49d7MakeArguments::is_ignoredpublic9e51f37Merge pull request #53 from jstarks/filterff063feMerge pull request #58 from cwfitzgerald/anstream-1.0Updates
scraperfrom 0.25.0 to 0.26.0Release notes
Sourced from scraper's releases.
Commits
170cdd3Merge pull request #306 from rust-scraper/bumpbca1839Bump html5ever from 0.38.0 to 0.39.0d07444eBump selectors from 0.35.0 to 0.36.0 (#307)637a8d3Version 0.26.0f3132d9Bump html5ever from 0.37.1 to 0.38.0ff2ea51cargo fmt7d14577Edition 202460cd9e7Merge pull request #300 from rust-scraper/upgrade-ego-tree-html5everba8f3fcUpgrade ego-tree to 0.11.0 and html5ever to 0.37.1a2cfbe4Bump indexmap from 2.12.1 to 2.13.0Updates
sha2from 0.10.9 to 0.11.0Commits
ffe0939Release sha2 0.11.0 (#806)8991b65Use the standard order of the[package]section fields (#807)3d2bc57sha2: refactor backends (#802)faa55fbsha3: bumpkeccakto v0.2 (#803)d3e6489sha3 v0.11.0-rc.9 (#801)bbf6f51sha2: tweak backend docs (#800)155dbbfsha3: add default value for theDSgeneric parameter onTurboShake128/256...ed514f2Use published version ofkeccakv0.2 (#799)702bcd8Migrate to closure-basedkeccak(#796)827c043sha3 v0.11.0-rc.8 (#794)Updates
tempfilefrom 3.26.0 to 3.27.0Changelog
Sourced from tempfile's changelog.
Commits
5c8fa12chore: release 3.27.0e34e574test: disable uds conflict test on redox772c795test: add CWD guards2632fb9fix: resolve relative paths when constructingTempPathUpdates
tinyvecfrom 1.10.0 to 1.11.0Changelog
Sourced from tinyvec's changelog.
... (truncated)
Commits
d6c8a5fchore: Release4348329changelog834172bchangelog01b7a9fAdd defmt support (#216)bb18ff1Add is_full method (#217)219f287Add as_mut_inner method (#215)5809985chore: switch to serde_core (#213)10f783eRemove leftover comment from before the const generic days (#214)842e169chore: improve code comments clarity (#212)a6db082Make Debug instances behave like those for slices (#211)Updates
tokio-tungstenitefrom 0.28.0 to 0.29.0Changelog
Sourced from tokio-tungstenite's changelog.
Commits
7930ff2Bump version38d0465Update Readme (#369)Updates
tracing-subscriberfrom 0.3.22 to 0.3.23Release notes
Sourced from tracing-subscriber's releases.