Skip to content

Commit

Permalink
Update grid requirement from 0.14.0 to 0.15.0 (#713)
Browse files Browse the repository at this point in the history
Updates the requirements on [grid](https://github.com/becheran/grid) to permit the latest version.
- [Release notes](https://github.com/becheran/grid/releases)
- [Commits](becheran/grid@v0.14.0...v0.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent eb27797 commit b66bd6b
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 @@ -23,7 +23,7 @@ serde = { version = "1.0", default-features = false, optional = true, features =
"serde_derive",
] }
slotmap = { version = "1.0.6", default-features = false, optional = true }
grid = { version = "0.14.0", default-features = false, optional = true }
grid = { version = "0.15.0", default-features = false, optional = true }

[package.metadata.docs.rs]
# To test all the documentation related features, run:
Expand Down

0 comments on commit b66bd6b

Please sign in to comment.