Skip to content

Commit 0be9921

Browse files
build(deps): bump the cargo group across 1 directory with 7 updates (#14)
Bumps the cargo group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rinf](https://github.com/cunarist/rinf) | `7.1.0` | `7.3.0` | | [prost](https://github.com/tokio-rs/prost) | `0.13.4` | `0.13.5` | | [tokio](https://github.com/tokio-rs/tokio) | `1.43.0` | `1.44.0` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.97` | | [serde_json](https://github.com/serde-rs/json) | `1.0.137` | `1.0.140` | | [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.219` | | [chrono](https://github.com/chronotope/chrono) | `0.4.39` | `0.4.40` | Updates `rinf` from 7.1.0 to 7.3.0 - [Release notes](https://github.com/cunarist/rinf/releases) - [Changelog](https://github.com/cunarist/rinf/blob/main/CHANGELOG.md) - [Commits](cunarist/rinf@v7.1.0...v7.3.0) Updates `prost` from 0.13.4 to 0.13.5 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.13.4...v0.13.5) Updates `tokio` from 1.43.0 to 1.44.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.0) Updates `anyhow` from 1.0.95 to 1.0.97 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.95...1.0.97) Updates `serde_json` from 1.0.137 to 1.0.140 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.137...v1.0.140) Updates `serde` from 1.0.217 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.217...v1.0.219) Updates `chrono` from 0.4.39 to 0.4.40 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.39...v0.4.40) --- updated-dependencies: - dependency-name: rinf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50941d9 commit 0be9921

File tree

2 files changed

+41
-29
lines changed

2 files changed

+41
-29
lines changed

Cargo.lock

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

native/hub/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ edition = "2021"
1212
crate-type = ["lib", "cdylib", "staticlib"]
1313

1414
[dependencies]
15-
rinf = "7.1.0"
16-
prost = "0.13.4"
17-
tokio = { version = "1.43.0", features = ["rt", "macros"] }
15+
rinf = "7.3.0"
16+
prost = "0.13.5"
17+
tokio = { version = "1.44.0", features = ["rt", "macros"] }
1818
messages = "0.3.1"
19-
anyhow = "1.0.95"
19+
anyhow = "1.0.97"
2020
reqwest = {version = "0.12.12", default-features = false, features = ["rustls-tls"]}
21-
serde_json = "1.0.137"
22-
serde = {version = "1.0.217", features = ["derive"]}
21+
serde_json = "1.0.140"
22+
serde = {version = "1.0.219", features = ["derive"]}
2323
dirs = "6.0.0"
2424
quick-xml = {version = "0.37.2", features = ["serialize"]}
25-
chrono = {version = "0.4.39", features = ["now"]}
25+
chrono = {version = "0.4.40", features = ["now"]}
2626

2727
[target.'cfg(not(target_os = "android"))'.dependencies]
2828
wallpaper = {path = "../wallpaper"}

0 commit comments

Comments
 (0)