Skip to content

Commit

Permalink
Merge pull request #327 from alsuren/dependabot/cargo/toml-0.7.4
Browse files Browse the repository at this point in the history
build(deps): bump toml from 0.7.3 to 0.7.4
  • Loading branch information
qwandor committed May 19, 2023
2 parents 2b445c3 + f1e4266 commit 3977f6b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 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.163", features = ["derive"] }
stable-eyre = "0.2.2"
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] }
toml = "0.7.3"
toml = "0.7.4"

[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 @@ -24,7 +24,7 @@ serde_derive = "1.0.152"
serde = "1.0.163"
stable-eyre = "0.2.2"
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] }
toml = "0.7.3"
toml = "0.7.4"
url = { version = "2.3.1", 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 @@ -41,7 +41,7 @@ serde_derive = "1.0.152"
serde = "1.0.163"
stable-eyre = "0.2.2"
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] }
toml = "0.7.3"
toml = "0.7.4"
url = { version = "2.3.1", features = ["serde"] }

[package.metadata.deb]
Expand Down

0 comments on commit 3977f6b

Please sign in to comment.