Skip to content

Commit

Permalink
[chore(cargo)](deps): Bump puffin from 0.17.0 to 0.18.0
Browse files Browse the repository at this point in the history
Bumps [puffin](https://github.com/EmbarkStudios/puffin) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/EmbarkStudios/puffin/releases)
- [Changelog](https://github.com/EmbarkStudios/puffin/blob/main/CHANGELOG.md)
- [Commits](EmbarkStudios/puffin@puffin_egui-0.17.0...0.18.0)

---
updated-dependencies:
- dependency-name: puffin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent e7b2deb commit 9c2e279
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 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 homestar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ moka = { version = "0.12.1", default-features = false, features = [
names = { version = "0.14", default-features = false }
once_cell = { version = "1.18", default-features = false }
proptest = { version = "1.2", optional = true }
puffin = { version = "0.17", default-features = false, optional = true }
puffin = { version = "0.18", default-features = false, optional = true }
puffin_egui = { version = "0.23.0", default-features = false, optional = true }
rand = { workspace = true }
regex = "1.10"
Expand Down

0 comments on commit 9c2e279

Please sign in to comment.