Skip to content

Commit f0cda7d

Browse files
build(deps): bump the rust-minor-patch group with 2 updates (#275)
Bumps the rust-minor-patch group with 2 updates: [poem](https://github.com/poem-web/poem) and [poem-openapi](https://github.com/poem-web/poem). Updates `poem` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/poem-web/poem/releases) - [Commits](https://github.com/poem-web/poem/commits) Updates `poem-openapi` from 5.1.1 to 5.1.2 - [Release notes](https://github.com/poem-web/poem/releases) - [Commits](https://github.com/poem-web/poem/commits) --- updated-dependencies: - dependency-name: poem dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-patch - dependency-name: poem-openapi 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 7dbcfb2 commit f0cda7d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -19,9 +19,9 @@ itertools = { version = "0.12.1", default-features = false, features = ["use_std
1919
jwt = { version = "0.16.0", default-features = false }
2020
lib = { version = "2.1.2", path = "./lib" }
2121
paste = { version = "1.0.15", default-features = false }
22-
poem = { version = "3.1.0", default-features = false, features = ["server"] }
22+
poem = { version = "3.1.1", default-features = false, features = ["server"] }
2323
poem-ext = { version = "0.12.0", default-features = false, features = ["sea-orm", "serde"] }
24-
poem-openapi = { version = "5.1.1", default-features = false, features = ["swagger-ui", "redoc", "uuid", "chrono"] }
24+
poem-openapi = { version = "5.1.2", default-features = false, features = ["swagger-ui", "redoc", "uuid", "chrono"] }
2525
redis = { version = "0.26.1", default-features = false, features = ["tokio-comp", "connection-manager"] }
2626
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"] }

0 commit comments

Comments
 (0)