Skip to content

Commit

Permalink
Update rstar requirement from 0.11 to 0.12
Browse files Browse the repository at this point in the history
Updates the requirements on [rstar](https://github.com/georust/rstar) to permit the latest version.
- [Release notes](https://github.com/georust/rstar/releases)
- [Commits](georust/rstar@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: rstar
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 8d698fa commit 52d61f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include = ["src/**/*", "LICENSE", "README.md"]
rust-version = "1.64"

[dependencies]
rstar = { version = "0.11", optional = true }
rstar = { version = "0.12", optional = true }
serde = { version = "~1.0", optional = true, features = ["derive"] }
rayon = { version = "1", optional = true }
flate2 = { version = "1.0", optional = true }
Expand Down

0 comments on commit 52d61f4

Please sign in to comment.