Skip to content

Commit

Permalink
chore(deps-rs): bump the patch group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the patch group with 2 updates: [priority-queue](https://github.com/garro95/priority-queue) and [serde_json](https://github.com/serde-rs/json).


Updates `priority-queue` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/garro95/priority-queue/releases)
- [Commits](garro95/priority-queue@2.1.1...2.1.2)

Updates `serde_json` from 1.0.137 to 1.0.138
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.137...v1.0.138)

---
updated-dependencies:
- dependency-name: priority-queue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent d59bdaa commit 19a4cad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ peak_alloc = "0.2.0"
pest = "2.7.15"
pest_derive = "2.7.15"
petgraph = { version = "0.6.3", default-features = false }
priority-queue = "2.1.1"
priority-queue = "2.1.2"
rayon = "1.5"
rmp-serde = "1.1.2"
rstest = "0.23.0"
Expand Down

0 comments on commit 19a4cad

Please sign in to comment.