Skip to content

Commit abe5fa6

Browse files
Bump the minor-updates group across 1 directory with 3 updates
Bumps the minor-updates group with 3 updates in the / directory: [tokio](https://github.com/tokio-rs/tokio), [serde_json](https://github.com/serde-rs/json) and [toml](https://github.com/toml-rs/toml). Updates `tokio` from 1.46.1 to 1.47.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.46.1...tokio-1.47.0) Updates `serde_json` from 1.0.140 to 1.0.141 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.141) Updates `toml` from 0.9.2 to 0.9.3 - [Commits](toml-rs/toml@toml-v0.9.2...toml-v0.9.3) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: serde_json dependency-version: 1.0.141 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: toml dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d745ab commit abe5fa6

2 files changed

Lines changed: 49 additions & 40 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ 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.47.0", features = ["rt"], optional = true }
4848
serde = { version = "1.0.219", features = ["derive"], optional = true }
49-
serde_json = { version = "1.0.140", optional = true }
49+
serde_json = { version = "1.0.141", optional = true }
5050
time = "0.3.41"
51-
toml = { version = "0.9.2", optional = true }
51+
toml = { version = "0.9.3", optional = true }
5252
zerocopy = { version = "0.8.26", features = ["derive"] }

0 commit comments

Comments
 (0)