Skip to content
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 cargo group with 5 updates #158

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps the cargo group with 5 updates:

Package From To
bstr 1.11.1 1.11.3
deno_core 0.324.0 0.328.0
serde_v8 0.233.0 0.237.0
sqlx 0.8.2 0.8.3
petgraph 0.6.5 0.7.0

Updates bstr from 1.11.1 to 1.11.3

Commits
  • cbe2c69 1.11.3
  • 1ade797 impl: fix impl_partial_eq_cow to apply .as_bytes() and &** to the corre...
  • b669472 1.11.2
  • 732fc99 impl: fix formatting of control characters \x1a through \x1f in Debug impl
  • 7cd4694 impl: remove unused 'b lifetime from trait implementation macros
  • See full diff in compare view

Updates deno_core from 0.324.0 to 0.328.0

Commits

Updates serde_v8 from 0.233.0 to 0.237.0

Commits

Updates sqlx from 0.8.2 to 0.8.3

Changelog

Sourced from sqlx's changelog.

0.8.3 - 2025-01-03

41 pull requests were merged this release cycle.

Added

Changed

Fixed

... (truncated)

Commits

Updates petgraph from 0.6.5 to 0.7.0

Changelog

Sourced from petgraph's changelog.

Version 0.7.0 (2024-12-31)

  • Re-released version 0.6.6 with the correct version number, as it included a major update to an exposed crate ([#664](https://github.com/petgraph/petgraph/issues/664)_).

Version 0.6.6 (2024-12-31 - yanked)

  • Add graph6 format encoder and decoder ([#658](https://github.com/petgraph/petgraph/issues/658)_)
  • Dynamic Topological Sort algorithm support ([#675](https://github.com/petgraph/petgraph/issues/675)_)
  • Add UndirectedAdaptor ([#695](https://github.com/petgraph/petgraph/issues/695)_)
  • Add LowerHex and UpperHex implementations for Dot ([#687](https://github.com/petgraph/petgraph/issues/687)_)
  • Make serde support more complete ([#550](https://github.com/petgraph/petgraph/issues/550)_)
  • Process multiple edges in the Floyd-Warshall implementation ([#685](https://github.com/petgraph/petgraph/issues/685)_)
  • Update fixedbitset to 0.5.7 ([#664](https://github.com/petgraph/petgraph/issues/664)_)
  • Fix immediately_dominated_by function called on root of graph returns root itself ([#670](https://github.com/petgraph/petgraph/issues/670)_)
  • Fix adjacency matrix for Csr and List ([#648](https://github.com/petgraph/petgraph/issues/648)_)
  • Fix clippy warnings ([#701](https://github.com/petgraph/petgraph/issues/701)_)
  • Add performance note to the all_simple_paths function documentation ([#693](https://github.com/petgraph/petgraph/issues/693)_)

.. _[#658](https://github.com/petgraph/petgraph/issues/658): petgraph/petgraph#658 .. _[#675](https://github.com/petgraph/petgraph/issues/675): petgraph/petgraph#675 .. _[#695](https://github.com/petgraph/petgraph/issues/695): petgraph/petgraph#695 .. _[#687](https://github.com/petgraph/petgraph/issues/687): petgraph/petgraph#687 .. _[#550](https://github.com/petgraph/petgraph/issues/550): petgraph/petgraph#550 .. _[#685](https://github.com/petgraph/petgraph/issues/685): petgraph/petgraph#685 .. _[#664](https://github.com/petgraph/petgraph/issues/664): petgraph/petgraph#664 .. _[#670](https://github.com/petgraph/petgraph/issues/670): petgraph/petgraph#670 .. _[#648](https://github.com/petgraph/petgraph/issues/648): petgraph/petgraph#648 .. _[#701](https://github.com/petgraph/petgraph/issues/701): petgraph/petgraph#701 .. _[#693](https://github.com/petgraph/petgraph/issues/693): petgraph/petgraph#693

Commits
  • d057429 Release 0.7.0 (#713)
  • 13ebd7d Release 0.6.6 (#706)
  • 159341e Implement DSatur graph coloring algorithm
  • 7fa3aac fix: adjacency matrix for csr and adjacency list (#648)
  • 9fda6bb Update gitignore with possible editor extensions to ensure they do not occur ...
  • 9b5837e Allow clippy::needless_range_loop in benches
  • ad9f83c Process warnings in 'test' target
  • 4f0ddc7 Satisfy Clippy in docs lints
  • 9c5c450 Satisfy Clippy in everything except docs
  • e6401e7 Elide the lifetimes
  • 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 cargo group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [bstr](https://github.com/BurntSushi/bstr) | `1.11.1` | `1.11.3` |
| [deno_core](https://github.com/denoland/deno_core) | `0.324.0` | `0.328.0` |
| [serde_v8](https://github.com/denoland/deno_core) | `0.233.0` | `0.237.0` |
| [sqlx](https://github.com/launchbadge/sqlx) | `0.8.2` | `0.8.3` |
| [petgraph](https://github.com/petgraph/petgraph) | `0.6.5` | `0.7.0` |


Updates `bstr` from 1.11.1 to 1.11.3
- [Commits](BurntSushi/bstr@1.11.1...1.11.3)

Updates `deno_core` from 0.324.0 to 0.328.0
- [Release notes](https://github.com/denoland/deno_core/releases)
- [Commits](denoland/deno_core@0.324.0...0.328.0)

Updates `serde_v8` from 0.233.0 to 0.237.0
- [Release notes](https://github.com/denoland/deno_core/releases)
- [Commits](denoland/deno_core@0.233.0...0.237.0)

Updates `sqlx` from 0.8.2 to 0.8.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.8.2...v0.8.3)

Updates `petgraph` from 0.6.5 to 0.7.0
- [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst)
- [Commits](https://github.com/petgraph/petgraph/compare/[email protected]@v0.7.0)

---
updated-dependencies:
- dependency-name: bstr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: deno_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: serde_v8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: sqlx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: petgraph
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 6, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants