Skip to content

Commit 1fd72b6

Browse files
authored
Merge pull request #664 from alsuren/dependabot/cargo/toml-0.9.8
build(deps): bump toml from 0.9.7 to 0.9.8
2 parents a905f5b + 645cee2 commit 1fd72b6

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install cargo-llvm-cov
3636
uses: taiki-e/install-action@v2
3737
with:
38-
tool: cargo-llvm-cov
38+
tool: cargo-llvm-cov@0.6.19
3939
- name: Run tests with coverage
4040
run: cargo llvm-cov test --all-features --codecov --output-path codecov-report.json
4141
- name: Upload coverage to codecov.io

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

applehat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde_derive = "1.0.152"
2424
serde = { version = "1.0.228", features = ["derive"] }
2525
stable-eyre = "0.2.2"
2626
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
27-
toml = "0.9.7"
27+
toml = "0.9.8"
2828

2929
[package.metadata.deb]
3030
# $auto doesn't work because we don't build packages in the same container as we build the binaries.

homie-influx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ serde_derive = "1.0.152"
2626
serde = "1.0.228"
2727
stable-eyre = "0.2.2"
2828
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
29-
toml = "0.9.7"
29+
toml = "0.9.8"
3030
url = { version = "2.5.7", features = ["serde"] }
3131

3232
[package.metadata.deb]

mijia-homie/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ serde_derive = "1.0.152"
4747
serde = "1.0.228"
4848
stable-eyre = "0.2.2"
4949
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
50-
toml = "0.9.7"
50+
toml = "0.9.8"
5151
url = { version = "2.5.7", features = ["serde"] }
5252

5353
[package.metadata.deb]

0 commit comments

Comments
 (0)