Skip to content

Commit f5fc845

Browse files
build(deps): bump toml from 0.8.6 to 0.8.8
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.6 to 0.8.8. - [Commits](toml-rs/toml@toml-v0.8.6...toml-v0.8.8) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52f5d3f commit f5fc845

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

applehat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde_derive = "1.0.152"
2525
serde = { version = "1.0.190", features = ["derive"] }
2626
stable-eyre = "0.2.2"
2727
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
28-
toml = "0.8.6"
28+
toml = "0.8.8"
2929

3030
[package.metadata.deb]
3131
# $auto doesn't work because we don't build packages in the same container as we build the binaries.

homie-influx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ serde_derive = "1.0.152"
2626
serde = "1.0.190"
2727
stable-eyre = "0.2.2"
2828
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
29-
toml = "0.8.6"
29+
toml = "0.8.8"
3030
url = { version = "2.4.1", features = ["serde"] }
3131

3232
[package.metadata.deb]

mijia-homie/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ serde_derive = "1.0.152"
4747
serde = "1.0.190"
4848
stable-eyre = "0.2.2"
4949
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
50-
toml = "0.8.6"
50+
toml = "0.8.8"
5151
url = { version = "2.4.1", features = ["serde"] }
5252

5353
[package.metadata.deb]

0 commit comments

Comments
 (0)