Skip to content

Commit 7dbcfb2

Browse files
build(deps): bump reqwest in the rust-minor-patch group (#274)
Bumps the rust-minor-patch group with 1 update: [reqwest](https://github.com/seanmonstar/reqwest). Updates `reqwest` from 0.12.7 to 0.12.8 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.7...v0.12.8) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9ac7cb commit 7dbcfb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ poem = { version = "3.1.0", default-features = false, features = ["server"] }
2323
poem-ext = { version = "0.12.0", default-features = false, features = ["sea-orm", "serde"] }
2424
poem-openapi = { version = "5.1.1", default-features = false, features = ["swagger-ui", "redoc", "uuid", "chrono"] }
2525
redis = { version = "0.26.1", default-features = false, features = ["tokio-comp", "connection-manager"] }
26-
reqwest = { version = "0.12.7", default-features = false, features = ["rustls-tls", "blocking", "json"] }
26+
reqwest = { version = "0.12.8", default-features = false, features = ["rustls-tls", "blocking", "json"] }
2727
sandkasten-client = { version = "0.2.2", default-features = false, features = ["reqwest", "poem-openapi"] }
2828
schemas = { version = "2.1.2", path = "./schemas" }
2929
sea-orm = { version = "0.12.15", default-features = false, features = ["sqlx-postgres", "runtime-tokio-rustls", "macros", "with-uuid", "with-chrono", "postgres-array"] }

0 commit comments

Comments
 (0)