Skip to content

Commit

Permalink
Merge pull request #479 from alsuren/dependabot/cargo/toml-0.8.12
Browse files Browse the repository at this point in the history
build(deps): bump toml from 0.8.11 to 0.8.12
  • Loading branch information
qwandor committed Mar 19, 2024
2 parents 3685c35 + 558b7e5 commit c70631c
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.197", features = ["derive"] }
stable-eyre = "0.2.2"
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] }
toml = "0.8.11"
toml = "0.8.12"

[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.197"
stable-eyre = "0.2.2"
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] }
toml = "0.8.11"
toml = "0.8.12"
url = { version = "2.5.0", 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.197"
stable-eyre = "0.2.2"
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] }
toml = "0.8.11"
toml = "0.8.12"
url = { version = "2.5.0", features = ["serde"] }

[package.metadata.deb]
Expand Down

0 comments on commit c70631c

Please sign in to comment.