Skip to content

Commit

Permalink
build(deps): bump the prod-dependencies group with 3 updates (#46)
Browse files Browse the repository at this point in the history
Bumps the prod-dependencies group with 3 updates: [egui_dock](https://github.com/Adanos020/egui_dock), [noise](https://github.com/razaekel/noise-rs) and [serde_yaml](https://github.com/dtolnay/serde-yaml).


Updates `egui_dock` from 0.11.3 to 0.11.4
- [Changelog](https://github.com/Adanos020/egui_dock/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Adanos020/egui_dock/commits)

Updates `noise` from 0.8.2 to 0.9.0
- [Commits](https://github.com/razaekel/noise-rs/commits)

Updates `serde_yaml` from 0.9.32 to 0.9.34+deprecated
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.9.32...0.9.34)

---
updated-dependencies:
- dependency-name: egui_dock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: noise
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: serde_yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
...

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 Mar 28, 2024
1 parent 0c9f8cb commit 99d8523
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 87 deletions.
110 changes: 26 additions & 84 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 game/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ image = "0.24"
# Random noise generation library
rand = "0.8.5"
# DEBUG ONLY: docking support for the inspector egui
egui_dock = "0.11.3"
egui_dock = "0.11.4"
# DEBUG ONLY: inspector for bevy
bevy-inspector-egui = "0.22.1"
# Particle system
Expand Down
4 changes: 2 additions & 2 deletions game_library/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ bevy-inspector-egui = "0.22.1"
bevy_hanabi = "0.9.0"
# Local disk storage in a key-value store. Settings are stored with this.
bevy_pkv = "0.9.1"
noise = "0.8.2"
noise = "0.9.0"
serde = "1.0.197"
serde_default_utils = "0.2.1"
serde_yaml = "0.9.32"
serde_yaml = "0.9.34"
tracing = "0.1.40"
walkdir = "2.5.0"
bevy_rapier2d = { version = "0.24.0", features = [
Expand Down

0 comments on commit 99d8523

Please sign in to comment.