Skip to content

Commit

Permalink
[chore(cargo)](deps): bump puffin from 0.18.1 to 0.19.0
Browse files Browse the repository at this point in the history
Bumps [puffin](https://github.com/EmbarkStudios/puffin) from 0.18.1 to 0.19.0.
- [Release notes](https://github.com/EmbarkStudios/puffin/releases)
- [Changelog](https://github.com/EmbarkStudios/puffin/blob/main/CHANGELOG.md)
- [Commits](EmbarkStudios/puffin@0.18.1...puffin-0.19.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] committed Jan 29, 2024
1 parent d14abcb commit 98a691d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 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 @@ -119,7 +119,7 @@ moka = { version = "0.12.4", 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.18", default-features = false, optional = true }
puffin = { version = "0.19", 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 98a691d

Please sign in to comment.