Skip to content

Commit f0fe13d

Browse files
cargo(deps): bump reqwest from 0.13.1 to 0.13.2
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.1 to 0.13.2. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.1...v0.13.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cc6667 commit f0fe13d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

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

crates/rustmail/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ serenity = "0.12.5"
1111
sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite", "macros", "migrate"] }
1212
tokio = { version = "1.49.0", features = ["rt-multi-thread", "signal"] }
1313
toml = "0.9.11"
14-
reqwest = { version = "0.13.1", features = ["json", "form"] }
14+
reqwest = { version = "0.13.2", features = ["json", "form"] }
1515
async-trait = "0.1.89"
1616
chrono = { version = "0.4.43", features = ["serde"] }
1717
regex = "1.12.3"

0 commit comments

Comments
 (0)