Skip to content

Commit

Permalink
Merge pull request #118 from douweschulte/dependabot/cargo/rstar-0.12
Browse files Browse the repository at this point in the history
Update rstar requirement from 0.11 to 0.12
  • Loading branch information
douweschulte authored Jan 29, 2024
2 parents 8d698fa + 52d61f4 commit 79f4e74
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 79f4e74

Please sign in to comment.