Skip to content

Commit

Permalink
build(deps): bump toml from 0.8.14 to 0.8.15
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.14 to 0.8.15.
- [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.15)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent 28ac333 commit aeb07d9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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 applehat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde_derive = "1.0.152"
serde = { version = "1.0.204", features = ["derive"] }
stable-eyre = "0.2.2"
tokio = { version = "1.38.1", features = ["macros", "rt-multi-thread"] }
toml = "0.8.14"
toml = "0.8.15"

[package.metadata.deb]
# $auto doesn't work because we don't build packages in the same container as we build the binaries.
Expand Down
2 changes: 1 addition & 1 deletion homie-influx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_derive = "1.0.152"
serde = "1.0.204"
stable-eyre = "0.2.2"
tokio = { version = "1.38.1", features = ["macros", "rt-multi-thread"] }
toml = "0.8.14"
toml = "0.8.15"
url = { version = "2.5.2", features = ["serde"] }

[package.metadata.deb]
Expand Down
2 changes: 1 addition & 1 deletion mijia-homie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ serde_derive = "1.0.152"
serde = "1.0.204"
stable-eyre = "0.2.2"
tokio = { version = "1.38.1", features = ["macros", "rt-multi-thread"] }
toml = "0.8.14"
toml = "0.8.15"
url = { version = "2.5.2", features = ["serde"] }

[package.metadata.deb]
Expand Down

0 comments on commit aeb07d9

Please sign in to comment.