Conversation
comphead
approved these changes
Mar 31, 2026
Contributor
|
@dependabot rebase |
Contributor
|
https://github.com/dependabot recreate |
Contributor
|
@dependabot recreate |
Bumps the all-other-cargo-deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [insta](https://github.com/mitsuhiko/insta) | `1.46.3` | `1.47.2` | | [uuid](https://github.com/uuid-rs/uuid) | `1.22.0` | `1.23.0` | | [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.8.3` | `1.8.4` | | [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) | `1.12.0` | `1.13.2` | | [postgres-types](https://github.com/rust-postgres/rust-postgres) | `0.2.12` | `0.2.13` | | [tokio-postgres](https://github.com/rust-postgres/rust-postgres) | `0.7.16` | `0.7.17` | | [wasm-bindgen-test](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.64` | `0.3.66` | Updates `insta` from 1.46.3 to 1.47.2 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.46.3...1.47.2) 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 `blake3` from 1.8.3 to 1.8.4 - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.8.3...1.8.4) Updates `unicode-segmentation` from 1.12.0 to 1.13.2 - [Commits](unicode-rs/unicode-segmentation@v1.12.0...v1.13.2) Updates `postgres-types` from 0.2.12 to 0.2.13 - [Release notes](https://github.com/rust-postgres/rust-postgres/releases) - [Commits](rust-postgres/rust-postgres@postgres-types-v0.2.12...postgres-types-v0.2.13) Updates `tokio-postgres` from 0.7.16 to 0.7.17 - [Release notes](https://github.com/rust-postgres/rust-postgres/releases) - [Commits](rust-postgres/rust-postgres@tokio-postgres-v0.7.16...tokio-postgres-v0.7.17) Updates `wasm-bindgen-test` from 0.3.64 to 0.3.66 - [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) --- updated-dependencies: - dependency-name: insta dependency-version: 1.47.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-other-cargo-deps - dependency-name: uuid dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-other-cargo-deps - dependency-name: blake3 dependency-version: 1.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: unicode-segmentation dependency-version: 1.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-other-cargo-deps - dependency-name: postgres-types dependency-version: 0.2.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: tokio-postgres dependency-version: 0.7.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: wasm-bindgen-test dependency-version: 0.3.66 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
b4ba818 to
22b97f1
Compare
alamb
approved these changes
Mar 31, 2026
Contributor
alamb
left a comment
There was a problem hiding this comment.
looks good to me -- thanks @dependabot and @comphead
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 all-other-cargo-deps group with 7 updates in the / directory:
1.46.31.47.21.22.01.23.01.8.31.8.41.12.01.13.20.2.120.2.130.7.160.7.170.3.640.3.66Updates
instafrom 1.46.3 to 1.47.2Release notes
Sourced from insta's releases.
... (truncated)
Changelog
Sourced from insta's changelog.
Commits
0ddf1e8Release 1.47.2 (#894)094b1cfRevert Arc→Rc change, restore Send + Sync on Settings (#893)65a5233Add regression test for sort_maps not sorting Vecs (#892)fdbfc15Revert sort_maps sequence sorting, release 1.47.1 (#891)46b6f2aRelease 1.47.0 (#889)aa12933Upgradeconsoleto 0.16, bump MSRV to 1.66 (#885)98c084cupgrade toml-edit to 0.25 (#882)4e889b0the test_glob test depends on both glob and json (#883)4d738e5Bump@tootallnate/onceand@vscode/test-electronin /vscode-insta (#881)09f2b8bImprove TOML serialization error message for unsupported types (#880)Updates
uuidfrom 1.22.0 to 1.23.0Release notes
Sourced from uuid's releases.
Commits
00ab922Merge pull request #876 from uuid-rs/cargo/v1.23.0726ba45prepare for 1.23.0 release996dadeMerge pull request #875 from uuid-rs/fix/context-orderinge140479simplify a use stmt8ed9142reorganize and document more v7 context internalse09a322use LazyLock to synchronize v1/v6 context initialization0f260ccMerge pull request #874 from uuid-rs/chore/impl-cleanups1419e91clean up and refactor main lib testsceeaf4bensure we don't overflow on counters less than 1263bc8f5Merge pull request #873 from uuid-rs/fix/error-msgUpdates
blake3from 1.8.3 to 1.8.4Release notes
Sourced from blake3's releases.
Commits
b97a24fversion 1.8.40ebe469update to new rustcrypto trait releasesd4b005awasm32_simd: use i8x16_shuffle for rot8 and rot166eebbbdfix a struct size mismatch in testsfb1411ec: use SIZE_MAX instead of -1 for size_t sentinels, add <stdint.h>Updates
unicode-segmentationfrom 1.12.0 to 1.13.2Commits
d446fa8Set explicit 1.84 MSRV, add MSRV CI (#164)cb4972bfix: Typos in README (#161)88fac40Add semver check workflow to GitHub Actions (#160)34ae232Fix accidental breakagef7268ccUpdate changelog and version (#159)abed5f7Update quickcheck to 1.0 (#158)f6f5f21Release 1.13.013862d8feat: Support Unicode 17.0.0 (#157)1441d3dUpdate Python scripts (#155)63d0234Exclude development scripts from published package (#152)Updates
postgres-typesfrom 0.2.12 to 0.2.13Release notes
Sourced from postgres-types's releases.
Commits
64674baRelease postgres-types v0.2.1340b760dRelease postgres-derive v0.4.86c92298Release postgres-protocol v0.6.11e088d7dstyle(clippy): fixclippy::useless_conversion19897e8build(deps): upgrade semver compatible Rust dependencies2584926build(deps): upgrade RustCrypto dependencies10a7724chore: add bit-vec v0.9 support2853157fix: cargo fmt --allc8f8993feat: add rustfmt.toml for opiniated formattingcf637befix: clippyUpdates
tokio-postgresfrom 0.7.16 to 0.7.17Release notes
Sourced from tokio-postgres's releases.
Commits
35a85bdRelease tokio-postgres v0.7.1764674baRelease postgres-types v0.2.1340b760dRelease postgres-derive v0.4.86c92298Release postgres-protocol v0.6.11e088d7dstyle(clippy): fixclippy::useless_conversion19897e8build(deps): upgrade semver compatible Rust dependencies2584926build(deps): upgrade RustCrypto dependencies10a7724chore: add bit-vec v0.9 support2853157fix: cargo fmt --allc8f8993feat: add rustfmt.toml for opiniated formattingUpdates
wasm-bindgen-testfrom 0.3.64 to 0.3.66Commits