Skip to content

Commit 390add3

Browse files
Bump the cargo-deps group with 4 updates
Bumps the cargo-deps group with 4 updates: [shvproto](https://github.com/silicon-heaven/libshvproto-rs), [shvrpc](https://github.com/silicon-heaven/libshvrpc-rs), [clap](https://github.com/clap-rs/clap) and [futures-time](https://github.com/yoshuawuyts/futures-time). Updates `shvproto` from 6.1.5 to 6.1.7 - [Release notes](https://github.com/silicon-heaven/libshvproto-rs/releases) - [Commits](silicon-heaven/libshvproto-rs@6.1.5...6.1.7) Updates `shvrpc` from 15.0.3 to 15.0.4 - [Commits](silicon-heaven/libshvrpc-rs@15.0.3...15.0.4) Updates `clap` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.6.0...clap_complete-v4.6.1) Updates `futures-time` from 3.0.1 to 3.1.0 - [Commits](https://github.com/yoshuawuyts/futures-time/commits) --- updated-dependencies: - dependency-name: shvproto dependency-version: 6.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: shvrpc dependency-version: 15.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: clap dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: futures-time dependency-version: 3.1.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 6d2534e commit 390add3

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -15,17 +15,17 @@ serial = ["dep:serialport"]
1515

1616
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1717
[dependencies]
18-
shvproto = "6.1.5"
19-
shvrpc = "15.0.3"
18+
shvproto = "6.1.7"
19+
shvrpc = "15.0.4"
2020
futures = "0.3.32"
2121
smol = "2"
2222
log = "0.4.20"
2323
simple_logger = { version = "5.2.0", features = ["stderr"] }
24-
clap = { version = "4.5.60", features = ["derive"] }
24+
clap = { version = "4.6.1", features = ["derive"] }
2525
rustyline-async = { version = "0.4.9", optional = true }
2626
crossterm = { version = "0.29", optional = true }
2727
url = "2.5.8"
28-
futures-time = "3.0.0"
28+
futures-time = "3.1.0"
2929
futures-rustls = "0.26.0"
3030
rustls-pemfile = "2.2.0"
3131
rustls-platform-verifier = "0.7.0"

0 commit comments

Comments
 (0)