Skip to content

Commit

Permalink
Merge pull request #530 from alsuren/dependabot/cargo/toml-0.8.19
Browse files Browse the repository at this point in the history
build(deps): bump toml from 0.8.17 to 0.8.19
  • Loading branch information
qwandor authored Aug 1, 2024
2 parents e290f0a + 3fe0e55 commit fa34c55
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 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.39.2", features = ["macros", "rt-multi-thread"] }
toml = "0.8.17"
toml = "0.8.19"

[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.39.2", features = ["macros", "rt-multi-thread"] }
toml = "0.8.17"
toml = "0.8.19"
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.39.2", features = ["macros", "rt-multi-thread"] }
toml = "0.8.17"
toml = "0.8.19"
url = { version = "2.5.2", features = ["serde"] }

[package.metadata.deb]
Expand Down

0 comments on commit fa34c55

Please sign in to comment.