Skip to content

Commit

Permalink
build(deps): bump the cargo-minor group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-minor group with 4 updates: [anyhow](https://github.com/dtolnay/anyhow), [fontdb](https://github.com/RazrFalcon/fontdb), [gilrs](https://gitlab.com/gilrs-project/gilrs) and [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions).


Updates `anyhow` from 1.0.87 to 1.0.89
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.87...1.0.89)

Updates `fontdb` from 0.21.0 to 0.22.0
- [Changelog](https://github.com/RazrFalcon/fontdb/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/fontdb@v0.21.0...v0.22.0)

Updates `gilrs` from 0.10.9 to 0.11.0
- [Commits](https://gitlab.com/gilrs-project/gilrs/compare/v0.10.9...v0.11.0)

Updates `pretty_assertions` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases)
- [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md)
- [Commits](rust-pretty-assertions/rust-pretty-assertions@v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: fontdb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: gilrs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: pretty_assertions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and torokati44 committed Sep 16, 2024
1 parent b9573ff commit 17763ec
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 24 deletions.
52 changes: 31 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ egui_extras = { git = "https://github.com/emilk/egui.git", rev = "f4697bc007447c
egui-wgpu = { git = "https://github.com/emilk/egui.git", rev = "f4697bc007447c6c2674beb4e25f599fb7afa093", features = ["winit"] }
image = { workspace = true, features = ["png"] }
egui-winit = { git = "https://github.com/emilk/egui.git", rev = "f4697bc007447c6c2674beb4e25f599fb7afa093" }
fontdb = "0.21"
fontdb = "0.22"
ruffle_core = { path = "../core", features = ["audio", "clap", "mp3", "nellymoser", "default_compatibility_rules", "egui"] }
ruffle_render = { path = "../render", features = ["clap"] }
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }
Expand All @@ -43,7 +43,7 @@ futures = { workspace = true }
chrono = { workspace = true }
fluent-templates = "0.10.1"
toml_edit = { version = "0.22.20", features = ["parse"] }
gilrs = "0.10"
gilrs = "0.11"
tokio = { workspace = true, features = ["rt-multi-thread", "macros"]}

# Deliberately held back to match tracy client used by profiling crate
Expand Down
2 changes: 1 addition & 1 deletion tests/framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ regex = "1.10.6"
url = { workspace = true }
chrono = { workspace = true }
approx = "0.5.1"
pretty_assertions = "1.4.0"
pretty_assertions = "1.4.1"
serde = { workspace = true }
toml = "0.8.16"
anyhow = { workspace = true }
Expand Down

0 comments on commit 17763ec

Please sign in to comment.