Skip to content

Commit 15111c9

Browse files
deps: update rppal requirement from 0.18.0 to 0.19.0 in /crates/bestool (#117)
Updates the requirements on [rppal](https://github.com/golemparts/rppal) to permit the latest version. - [Release notes](https://github.com/golemparts/rppal/releases) - [Changelog](https://github.com/golemparts/rppal/blob/master/CHANGELOG.md) - [Commits](golemparts/rppal@0.18.0...0.19.0) --- updated-dependencies: - dependency-name: rppal dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6aea17 commit 15111c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bestool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ node-semver = { version = "2.1.0", optional = true }
5656
regex = { version = "1.10.6", optional = true }
5757
reqwest = { version = "0.12.5", features = ["json"], default-features = false }
5858
rpi-st7789v2-driver = { version = "0.2.0", path = "../rpi-st7789v2-driver", features = ["miette"], optional = true }
59-
rppal = { version = "0.18.0", optional = true }
59+
rppal = { version = "0.19.0", optional = true }
6060
rust-fontconfig = { version = "0.1.7", optional = true }
6161
serde = { version = "1.0.215", features = ["derive"] }
6262
serde_json = "1.0.133"

0 commit comments

Comments
 (0)