Skip to content

Commit 12b3f45

Browse files
cargo(deps): bump reqwest from 0.12.24 to 0.12.25
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.24 to 0.12.25. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.24...v0.12.25) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3148ea4 commit 12b3f45

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

rustmail/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ serenity = "0.12.4"
1111
sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite", "macros", "migrate"] }
1212
tokio = { version = "1.47.1", features = ["rt-multi-thread", "signal"] }
1313
toml = "0.9.7"
14-
reqwest = { version = "0.12.23", features = ["json"] }
14+
reqwest = { version = "0.12.25", features = ["json"] }
1515
async-trait = "0.1.89"
1616
chrono = { version = "0.4.42", features = ["serde"] }
1717
regex = "1.11.3"

0 commit comments

Comments
 (0)