Skip to content

Commit e7989e7

Browse files
dependabot[bot]mgjm
authored andcommitted
Bump the minor-updates group across 1 directory with 6 updates
Bumps the minor-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.8` | `4.5.13` | | [tokio](https://github.com/tokio-rs/tokio) | `1.38.1` | `1.39.2` | | [serde](https://github.com/serde-rs/serde) | `1.0.203` | `1.0.204` | | [serde_json](https://github.com/serde-rs/json) | `1.0.118` | `1.0.121` | | [toml](https://github.com/toml-rs/toml) | `0.8.14` | `0.8.19` | | [zerocopy](https://github.com/google/zerocopy) | `0.7.34` | `0.7.35` | Updates `clap` from 4.5.8 to 4.5.13 - [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.5.8...v4.5.13) Updates `tokio` from 1.38.1 to 1.39.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.1...tokio-1.39.2) Updates `serde` from 1.0.203 to 1.0.204 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.203...v1.0.204) Updates `serde_json` from 1.0.118 to 1.0.121 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.118...v1.0.121) Updates `toml` from 0.8.14 to 0.8.19 - [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.19) Updates `zerocopy` from 0.7.34 to 0.7.35 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/commits) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: zerocopy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 71f9ab3 commit e7989e7

File tree

2 files changed

+46
-38
lines changed

2 files changed

+46
-38
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ ble = ["dep:btleplug", "dep:uuid", "dep:tokio"]
3939
[dependencies]
4040
anyhow = "1.0.86"
4141
base64 = { version = "0.22.1", optional = true }
42-
clap = { version = "4.5.8", features = ["derive"], optional = true }
42+
clap = { version = "4.5.13", features = ["derive"], optional = true }
4343
embedded-graphics = { version = "0.8.1", optional = true }
4444
hidapi = { version = "2.6.1", optional = true }
4545
btleplug = { version = "0.11.5", optional = true }
4646
uuid = { version = "1.10.0", optional = true }
47-
tokio = { version = "1.38.0", features = ["rt"], optional = true }
48-
serde = { version = "1.0.203", features = ["derive"], optional = true }
49-
serde_json = { version = "1.0.118", optional = true }
47+
tokio = { version = "1.39.2", features = ["rt"], optional = true }
48+
serde = { version = "1.0.204", features = ["derive"], optional = true }
49+
serde_json = { version = "1.0.121", optional = true }
5050
time = "0.3.36"
51-
toml = { version = "0.8.13", optional = true }
52-
zerocopy = { version = "0.7.34", features = ["derive"] }
51+
toml = { version = "0.8.19", optional = true }
52+
zerocopy = { version = "0.7.35", features = ["derive"] }

0 commit comments

Comments
 (0)