Skip to content

Commit f2eca80

Browse files
dependabot[bot]syyyr
authored andcommitted
Bump the cargo-deps group with 3 updates
Bumps the cargo-deps group with 3 updates: [shvrpc](https://github.com/silicon-heaven/libshvrpc-rs), [shvclient](https://github.com/silicon-heaven/libshvclient-rs) and [tempfile](https://github.com/Stebalien/tempfile). Updates `shvrpc` from 7.1.6 to 7.1.7 - [Commits](silicon-heaven/libshvrpc-rs@7.1.6...7.1.7) Updates `shvclient` from 0.21.7 to 0.21.8 - [Commits](silicon-heaven/libshvclient-rs@0.21.7...0.21.8) Updates `tempfile` from 3.23.0 to 3.24.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.23.0...v3.24.0) --- updated-dependencies: - dependency-name: shvrpc dependency-version: 7.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: shvclient dependency-version: 0.21.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: tempfile dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 921b7b5 commit f2eca80

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ name = "hp"
1212
[dependencies]
1313
tokio = { version = "1.48.0", features = ["macros", "net", "rt", "rt-multi-thread", "sync", "time"] }
1414
shvproto = "3.6.27"
15-
shvrpc = "7.1.0"
16-
shvclient = { version = "0.21.6", features = ["tokio"] }
15+
shvrpc = "7.1.7"
16+
shvclient = { version = "0.21.8", features = ["tokio"] }
1717
futures = "0.3.31"
1818
log = "0.4.29"
1919
clap = { version = "4.5.53", features = ["derive"] }
@@ -45,5 +45,5 @@ humantime = "2.3.0"
4545
[dev-dependencies]
4646
async-broadcast = "0.7.2"
4747
async-trait = "0.1.80"
48-
shvclient = { version = "0.21.6", features = ["mocking"] }
49-
tempfile = "3.23.0"
48+
shvclient = { version = "0.21.8", features = ["mocking"] }
49+
tempfile = "3.24.0"

0 commit comments

Comments
 (0)