Skip to content

Commit

Permalink
Merge pull request #523 from alsuren/dependabot/cargo/toml-0.8.15
Browse files Browse the repository at this point in the history
build(deps): bump toml from 0.8.14 to 0.8.15
  • Loading branch information
qwandor authored Jul 18, 2024
2 parents 28ac333 + aeb07d9 commit 0cf0f16
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 0cf0f16

Please sign in to comment.