Skip to content

Commit fac06a9

Browse files
Build(deps): Bump the pointercrate group with 3 updates (#269)
Bumps the pointercrate group with 3 updates: [reqwest](https://github.com/seanmonstar/reqwest), [tokio](https://github.com/tokio-rs/tokio) and [cc](https://github.com/rust-lang/cc-rs). Updates `reqwest` from 0.12.20 to 0.12.22 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.20...v0.12.22) Updates `tokio` from 1.45.1 to 1.46.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.46.1) Updates `cc` from 1.2.27 to 1.2.29 - [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.27...cc-v1.2.29) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: tokio dependency-version: 1.46.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: cc dependency-version: 1.2.29 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c249f9 commit fac06a9

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

Cargo.lock

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

pointercrate-integrate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ reqwest = "0.12.*"
1313
futures = "0.3.31"
1414
log = "0.4.27"
1515
chrono = "0.4.41"
16-
tokio = {version = "1.45.1", features = ["rt"]}
16+
tokio = {version = "1.46.1", features = ["rt"]}
1717
pointercrate-demonlist = { path = "../pointercrate-demonlist" }
1818
pointercrate-core = { path = "../pointercrate-core" }
1919
governor = "0.10.0"

pointercrate-user-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ nonzero_ext = "0.3.0"
1919
governor = "0.10.0"
2020

2121
# Dependencies needed only for oauth2
22-
reqwest = { version = "0.12.20", optional = true, features = ["json"] }
22+
reqwest = { version = "0.12.22", optional = true, features = ["json"] }
2323
chrono = { version = "0.4.41", optional = true }
2424

2525
[features]

0 commit comments

Comments
 (0)