Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps the rust-dependencies group with 14 updates:

Package From To
proptest 1.6.0 1.7.0
graphviz-rust 0.9.4 0.9.5
anstream 0.6.18 0.6.19
anstyle 1.0.10 1.0.11
anstyle-parse 0.2.6 0.2.7
anstyle-query 1.1.2 1.1.3
anstyle-wincon 3.0.8 3.0.9
bumpalo 3.17.0 3.18.1
cc 1.2.25 1.2.26
colorchoice 1.0.3 1.0.4
rand_xorshift 0.3.0 0.4.0
smallvec 1.15.0 1.15.1
toml_datetime 0.6.9 0.6.11
toml_edit 0.22.26 0.22.27

Updates proptest from 1.6.0 to 1.7.0

Commits

Updates graphviz-rust from 0.9.4 to 0.9.5

Commits

Updates anstream from 0.6.18 to 0.6.19

Commits
  • 886539c chore: Release
  • 161bf93 Merge pull request #255 from Muscraft/anstyle-svg-urls
  • 70dd95e feat(anstyle-svg): Add support for rendering Hyperlinks
  • 96e3f75 test(anstyle-svg): Add tests for Hyperlinks
  • abdd703 refactor(anstyle-svg): Use a concrete retrurn type from adapter
  • 8d50530 refactor(anstyle-svg): Use a better name for internal adapter
  • 327c261 refactor: Use a custom adapter for anstyle-svg
  • f1d6c14 refactor(anstream): Use a less general name for State
  • 98ef02e test(anstream): Use anstyle for wincon adapter tests
  • 182053a Merge pull request #254 from epage/template
  • Additional commits viewable in compare view

Updates anstyle from 1.0.10 to 1.0.11

Commits
  • 886539c chore: Release
  • 161bf93 Merge pull request #255 from Muscraft/anstyle-svg-urls
  • 70dd95e feat(anstyle-svg): Add support for rendering Hyperlinks
  • 96e3f75 test(anstyle-svg): Add tests for Hyperlinks
  • abdd703 refactor(anstyle-svg): Use a concrete retrurn type from adapter
  • 8d50530 refactor(anstyle-svg): Use a better name for internal adapter
  • 327c261 refactor: Use a custom adapter for anstyle-svg
  • f1d6c14 refactor(anstream): Use a less general name for State
  • 98ef02e test(anstream): Use anstyle for wincon adapter tests
  • 182053a Merge pull request #254 from epage/template
  • Additional commits viewable in compare view

Updates anstyle-parse from 0.2.6 to 0.2.7

Commits
  • 886539c chore: Release
  • 161bf93 Merge pull request #255 from Muscraft/anstyle-svg-urls
  • 70dd95e feat(anstyle-svg): Add support for rendering Hyperlinks
  • 96e3f75 test(anstyle-svg): Add tests for Hyperlinks
  • abdd703 refactor(anstyle-svg): Use a concrete retrurn type from adapter
  • 8d50530 refactor(anstyle-svg): Use a better name for internal adapter
  • 327c261 refactor: Use a custom adapter for anstyle-svg
  • f1d6c14 refactor(anstream): Use a less general name for State
  • 98ef02e test(anstream): Use anstyle for wincon adapter tests
  • 182053a Merge pull request #254 from epage/template
  • Additional commits viewable in compare view

Updates anstyle-query from 1.1.2 to 1.1.3

Commits
  • 886539c chore: Release
  • 161bf93 Merge pull request #255 from Muscraft/anstyle-svg-urls
  • 70dd95e feat(anstyle-svg): Add support for rendering Hyperlinks
  • 96e3f75 test(anstyle-svg): Add tests for Hyperlinks
  • abdd703 refactor(anstyle-svg): Use a concrete retrurn type from adapter
  • 8d50530 refactor(anstyle-svg): Use a better name for internal adapter
  • 327c261 refactor: Use a custom adapter for anstyle-svg
  • f1d6c14 refactor(anstream): Use a less general name for State
  • 98ef02e test(anstream): Use anstyle for wincon adapter tests
  • 182053a Merge pull request #254 from epage/template
  • Additional commits viewable in compare view

Updates anstyle-wincon from 3.0.8 to 3.0.9

Commits
  • 886539c chore: Release
  • 161bf93 Merge pull request #255 from Muscraft/anstyle-svg-urls
  • 70dd95e feat(anstyle-svg): Add support for rendering Hyperlinks
  • 96e3f75 test(anstyle-svg): Add tests for Hyperlinks
  • abdd703 refactor(anstyle-svg): Use a concrete retrurn type from adapter
  • 8d50530 refactor(anstyle-svg): Use a better name for internal adapter
  • 327c261 refactor: Use a custom adapter for anstyle-svg
  • f1d6c14 refactor(anstream): Use a less general name for State
  • 98ef02e test(anstream): Use anstyle for wincon adapter tests
  • 182053a Merge pull request #254 from epage/template
  • Additional commits viewable in compare view

Updates bumpalo from 3.17.0 to 3.18.1

Changelog

Sourced from bumpalo's changelog.

3.18.1

Released 2025-06-05.

Removed

  • Removed the allocator-api2 version bump from 3.18.0, as it was not actually semver compatible.

3.18.0 (yanked)

Released 2025-06-05.

Added

  • Added support for enforcing a minimum alignment on all allocations inside a Bump arena, which can provide speed ups when allocating objects whose alignment is less than or equal to that minimum.
  • Added serde serialization support for bumpalo::collections::String.
  • Added some missing fallible slice allocation function variants.

Changed

  • Replaced extend_from_slice implementation with a formally-verified version that is also faster and more-optimizable for LLVM.
  • Updated allocator-api2 support to version 0.3.*.

Fixed

  • Fixed a bug where the allocated_bytes metrics helper was accidentally including the size of bumpalo's footer, rather than just reporting the user-allocated bytes.

Commits

Updates cc from 1.2.25 to 1.2.26

Release notes

Sourced from cc's releases.

cc-v1.2.26

Other

  • Also set SDKROOT when building apple platforms (#1475)
  • use windows 2022 in CI (#1479)
  • Detect -Wslash-u-filename warning on clang-cl (#1477)
Changelog

Sourced from cc's changelog.

1.2.26 - 2025-06-06

Other

  • Also set SDKROOT when building apple platforms (#1475)
  • use windows 2022 in CI (#1479)
  • Detect -Wslash-u-filename warning on clang-cl (#1477)
Commits

Updates colorchoice from 1.0.3 to 1.0.4

Commits
  • 886539c chore: Release
  • 161bf93 Merge pull request #255 from Muscraft/anstyle-svg-urls
  • 70dd95e feat(anstyle-svg): Add support for rendering Hyperlinks
  • 96e3f75 test(anstyle-svg): Add tests for Hyperlinks
  • abdd703 refactor(anstyle-svg): Use a concrete retrurn type from adapter
  • 8d50530 refactor(anstyle-svg): Use a better name for internal adapter
  • 327c261 refactor: Use a custom adapter for anstyle-svg
  • f1d6c14 refactor(anstream): Use a less general name for State
  • 98ef02e test(anstream): Use anstyle for wincon adapter tests
  • 182053a Merge pull request #254 from epage/template
  • Additional commits viewable in compare view

Updates rand_xorshift from 0.3.0 to 0.4.0

Commits

Updates smallvec from 1.15.0 to 1.15.1

Release notes

Sourced from smallvec's releases.

v1.15.1

What's Changed

Full Changelog: servo/rust-smallvec@v1.15.0...v1.15.1

Commits

Updates toml_datetime from 0.6.9 to 0.6.11

Commits
  • 288161b chore: Release
  • d7f3cda docs: Update changelog
  • 752ef5b fix(datetime): Further error improvements (#927)
  • b1ce9b5 fix(datetime): Use 2-digit values for ranges
  • 55da4af fix(datetime): Remove trailing space in error
  • 5c1d9cc chore(parse): Use a unique tag
  • 93d21bf chore: Release
  • a3b91ef docs: Update changelog
  • 3233961 fix(datetime): Improve error message quality (#925)
  • eebeee3 fix(datetime): Specialize day of month bounds message
  • Additional commits viewable in compare view

Updates toml_edit from 0.22.26 to 0.22.27

Commits
  • 838a022 chore: Release
  • b9d399d docs: Update changelog
  • f3e8c68 feat(edit): Add ImDocument::into_table (#928)
  • 288161b chore: Release
  • d7f3cda docs: Update changelog
  • 752ef5b fix(datetime): Further error improvements (#927)
  • 32d2297 feat(edit): Add ImDocument::into_table
  • b1ce9b5 fix(datetime): Use 2-digit values for ranges
  • 55da4af fix(datetime): Remove trailing space in error
  • 5c1d9cc chore(parse): Use a unique tag
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rust-dependencies group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [proptest](https://github.com/proptest-rs/proptest) | `1.6.0` | `1.7.0` |
| [graphviz-rust](https://github.com/besok/graphviz-rust) | `0.9.4` | `0.9.5` |
| [anstream](https://github.com/rust-cli/anstyle) | `0.6.18` | `0.6.19` |
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.10` | `1.0.11` |
| [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.6` | `0.2.7` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.1.2` | `1.1.3` |
| [anstyle-wincon](https://github.com/rust-cli/anstyle) | `3.0.8` | `3.0.9` |
| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.17.0` | `3.18.1` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.25` | `1.2.26` |
| [colorchoice](https://github.com/rust-cli/anstyle) | `1.0.3` | `1.0.4` |
| [rand_xorshift](https://github.com/rust-random/rngs) | `0.3.0` | `0.4.0` |
| [smallvec](https://github.com/servo/rust-smallvec) | `1.15.0` | `1.15.1` |
| [toml_datetime](https://github.com/toml-rs/toml) | `0.6.9` | `0.6.11` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.26` | `0.22.27` |


Updates `proptest` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/proptest-rs/proptest/commits)

Updates `graphviz-rust` from 0.9.4 to 0.9.5
- [Changelog](https://github.com/besok/graphviz-rust/blob/master/CHANGELOG.md)
- [Commits](https://github.com/besok/graphviz-rust/commits)

Updates `anstream` from 0.6.18 to 0.6.19
- [Commits](rust-cli/anstyle@anstream-v0.6.18...anstream-v0.6.19)

Updates `anstyle` from 1.0.10 to 1.0.11
- [Commits](rust-cli/anstyle@v1.0.10...v1.0.11)

Updates `anstyle-parse` from 0.2.6 to 0.2.7
- [Commits](rust-cli/anstyle@anstyle-parse-v0.2.6...anstyle-parse-v0.2.7)

Updates `anstyle-query` from 1.1.2 to 1.1.3
- [Commits](rust-cli/anstyle@anstyle-query-v1.1.2...anstyle-query-v1.1.3)

Updates `anstyle-wincon` from 3.0.8 to 3.0.9
- [Commits](rust-cli/anstyle@anstyle-wincon-v3.0.8...anstyle-wincon-v3.0.9)

Updates `bumpalo` from 3.17.0 to 3.18.1
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](fitzgen/bumpalo@3.17.0...v3.18.1)

Updates `cc` from 1.2.25 to 1.2.26
- [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.25...cc-v1.2.26)

Updates `colorchoice` from 1.0.3 to 1.0.4
- [Commits](rust-cli/anstyle@colorchoice-v1.0.3...colorchoice-v1.0.4)

Updates `rand_xorshift` from 0.3.0 to 0.4.0
- [Commits](rust-random/rngs@rand_xorshift-0.3.0...rand_xorshift-0.4.0)

Updates `smallvec` from 1.15.0 to 1.15.1
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.15.0...v1.15.1)

Updates `toml_datetime` from 0.6.9 to 0.6.11
- [Commits](toml-rs/toml@toml_datetime-v0.6.9...toml_datetime-v0.6.11)

Updates `toml_edit` from 0.22.26 to 0.22.27
- [Commits](toml-rs/toml@v0.22.26...v0.22.27)

---
updated-dependencies:
- dependency-name: proptest
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: graphviz-rust
  dependency-version: 0.9.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: anstream
  dependency-version: 0.6.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: anstyle
  dependency-version: 1.0.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: anstyle-parse
  dependency-version: 0.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: anstyle-query
  dependency-version: 1.1.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: anstyle-wincon
  dependency-version: 3.0.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: bumpalo
  dependency-version: 3.18.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: cc
  dependency-version: 1.2.26
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: colorchoice
  dependency-version: 1.0.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: rand_xorshift
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: smallvec
  dependency-version: 1.15.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: toml_datetime
  dependency-version: 0.6.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: toml_edit
  dependency-version: 0.22.27
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 9, 2025
Copy link

github-actions bot commented Jun 9, 2025

Coverage Report

Head Commit: 9ce807ca5f9e7c67b57d8164c7fbd5b4da40c1d6

Base Commit: 39700c469730fe354ae6a014d3cd5b92dfeb3d47

Download the full coverage report.

Coverage of Added or Modified Lines of Rust Code

Required coverage: 80.00%

Actual coverage: 100.00%

Status: PASSED ✅

Details
File Status Covered Coverage Missed Lines

Coverage of All Lines of Rust Code

Required coverage: 80.00%

Actual coverage: 81.92%

Status: PASSED ✅

Details
Package Status Covered Coverage Base Coverage
cedar-policy 🔴 3223/4654 69.25% 69.25%
cedar-policy-cli 🔴 571/972 58.74% 58.74%
cedar-policy-core 🟢 21015/24735 84.96% 84.96%
cedar-policy-formatter 🟢 1074/1206 89.05% 89.05%
cedar-wasm 🔴 0/29 0.00% 0.00%

@john-h-kastner-aws john-h-kastner-aws merged commit 284508e into main Jun 9, 2025
20 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/rust-dependencies-744e230a52 branch June 9, 2025 13:48
mishjude pushed a commit to mishjude/cedar that referenced this pull request Jun 17, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Mish Jude <[email protected]>
cdisselkoen pushed a commit that referenced this pull request Jun 26, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants