Skip to content

Commit 722184a

Browse files
build(deps): bump priority-queue from 2.0.3 to 2.1.0 (#255)
Bumps [priority-queue](https://github.com/garro95/priority-queue) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/garro95/priority-queue/releases) - [Commits](garro95/priority-queue@2.0.3...2.1.0) --- updated-dependencies: - dependency-name: priority-queue dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae5bf85 commit 722184a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include = ["Cargo.toml", "LICENSE", "README.md", "src/**", "tests/**", "examples
2121

2222
[dependencies]
2323
indexmap = "2.3.0"
24-
priority-queue = "2.0.3"
24+
priority-queue = "2.1.0"
2525
thiserror = "1.0"
2626
rustc-hash = ">=1.0.0, <3.0.0"
2727
serde = { version = "1.0", features = ["derive"], optional = true }

0 commit comments

Comments
 (0)