Skip to content

Commit ccbd3df

Browse files
Build(deps): Bump the pointercrate group with 8 updates (stadust#200)
Bumps the pointercrate group with 8 updates: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.42.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.2` | `1.2.3` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.2.0` | `2.3.0` | | [time](https://github.com/time-rs/time) | `0.3.36` | `0.3.37` | | [time-macros](https://github.com/time-rs/time) | `0.2.18` | `0.2.19` | | [tokio-rustls](https://github.com/rustls/tokio-rustls) | `0.26.0` | `0.26.1` | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.16` | `0.1.17` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.12` | `0.7.13` | Updates `tokio` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.0) Updates `cc` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.2...cc-v1.2.3) Updates `fastrand` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](smol-rs/fastrand@v2.2.0...v2.3.0) Updates `time` from 0.3.36 to 0.3.37 - [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.36...v0.3.37) Updates `time-macros` from 0.2.18 to 0.2.19 - [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.2.18...v0.2.19) Updates `tokio-rustls` from 0.26.0 to 0.26.1 - [Release notes](https://github.com/rustls/tokio-rustls/releases) - [Commits](https://github.com/rustls/tokio-rustls/commits) Updates `tokio-stream` from 0.1.16 to 0.1.17 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.16...tokio-stream-0.1.17) Updates `tokio-util` from 0.7.12 to 0.7.13 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.12...tokio-util-0.7.13) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: fastrand dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: time dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: time-macros dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: tokio-rustls dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: tokio-stream dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: tokio-util dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ecbe47 commit ccbd3df

File tree

3 files changed

+18
-19
lines changed

3 files changed

+18
-19
lines changed

Cargo.lock

+16-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pointercrate-demonlist/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ url = "2.5.4"
1919

2020
[dev-dependencies]
2121
dotenv = "0.15.0"
22-
tokio = "1.41.1"
22+
tokio = "1.42.0"

pointercrate-integrate/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ reqwest = "0.12.*"
1313
futures = "0.3.31"
1414
log = "0.4.22"
1515
chrono = "0.4.38"
16-
tokio = {version = "1.41.1", features = ["rt"]}
16+
tokio = {version = "1.42.0", features = ["rt"]}
1717
pointercrate-demonlist = { path = "../pointercrate-demonlist" }
1818
pointercrate-core = { path = "../pointercrate-core" }
1919
governor = "0.7.0"

0 commit comments

Comments
 (0)