Skip to content

Commit 2f6cf41

Browse files
build(deps): bump the version-updates group with 2 updates
Bumps the version-updates group with 2 updates: [reqwest](https://github.com/seanmonstar/reqwest) and [tokio](https://github.com/tokio-rs/tokio). Updates `reqwest` from 0.12.23 to 0.12.24 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.23...v0.12.24) Updates `tokio` from 1.47.1 to 1.48.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.48.0) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a4fbbd commit 2f6cf41

File tree

2 files changed

+20
-70
lines changed

2 files changed

+20
-70
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ anyhow = "1.0.100"
88
async-trait = "0.1.89"
99
chrono = "0.4.42"
1010
chrono-tz = "0.10.4"
11-
reqwest = { version = "0.12.23", features = ["json"] }
11+
reqwest = { version = "0.12.24", features = ["json"] }
1212
serde = { version = "1.0.228", features = ["derive"] }
1313
serde_json = "1.0.145"
14-
tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros"] }
14+
tokio = { version = "1.48.0", features = ["rt-multi-thread", "macros"] }
1515
tracing = "0.1.37"
1616
dotenv = "0.15.0"
1717
serenity = { version = "0.12.4", features = ["chrono"] }

0 commit comments

Comments
 (0)