Skip to content

Commit dac0ea3

Browse files
dependabot[bot]weberval
authored andcommitted
chore(deps): 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.53` | `4.5.54` | | [tokio](https://github.com/tokio-rs/tokio) | `1.48.0` | `1.49.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.148` | `1.0.149` | | [time](https://github.com/time-rs/time) | `0.3.44` | `0.3.45` | | [toml](https://github.com/toml-rs/toml) | `0.9.10+spec-1.1.0` | `0.9.11+spec-1.1.0` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.31` | `0.8.33` | Updates `clap` from 4.5.53 to 4.5.54 - [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.53...clap_complete-v4.5.54) Updates `tokio` from 1.48.0 to 1.49.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) Updates `serde_json` from 1.0.148 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.148...v1.0.149) Updates `time` from 0.3.44 to 0.3.45 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.44...v0.3.45) Updates `toml` from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.10...toml-v0.9.11) Updates `zerocopy` from 0.8.31 to 0.8.33 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.31...v0.8.33) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: time dependency-version: 0.3.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: toml dependency-version: 0.9.11+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: zerocopy dependency-version: 0.8.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c4d1f5 commit dac0ea3

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

Cargo.lock

Lines changed: 19 additions & 19 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,16 +39,16 @@ ble = ["dep:btleplug", "dep:uuid", "dep:tokio"]
3939
[dependencies]
4040
anyhow = "1.0.98"
4141
base64 = { version = "0.22.1", optional = true }
42-
clap = { version = "4.5.41", features = ["derive"], optional = true }
42+
clap = { version = "4.5.54", features = ["derive"], optional = true }
4343
embedded-graphics = { version = "0.8.1", optional = true }
4444
hidapi = { version = "2.6.3", optional = true }
4545
btleplug = { version = "0.11.8", optional = true }
4646
uuid = { version = "1.11.0", optional = true }
47-
tokio = { version = "1.39.2", features = ["rt"], optional = true }
47+
tokio = { version = "1.49.0", features = ["rt"], optional = true }
4848
serde = { version = "1.0.219", features = ["derive"], optional = true }
49-
serde_json = { version = "1.0.140", optional = true }
50-
time = "0.3.41"
51-
toml = { version = "0.9.2", optional = true }
52-
zerocopy = { version = "0.8.26", features = ["derive"] }
49+
serde_json = { version = "1.0.149", optional = true }
50+
time = "0.3.45"
51+
toml = { version = "0.9.11", optional = true }
52+
zerocopy = { version = "0.8.33", features = ["derive"] }
5353
u8g2-fonts = { version = "0.7.1", features = ["embedded_graphics_textstyle"] }
5454
image = "0.25.6"

0 commit comments

Comments
 (0)