Skip to content

Commit

Permalink
build(deps): bump the rust-minor-patch group with 2 updates (#275)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 7dbcfb2 commit f0cda7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ itertools = { version = "0.12.1", default-features = false, features = ["use_std
jwt = { version = "0.16.0", default-features = false }
lib = { version = "2.1.2", path = "./lib" }
paste = { version = "1.0.15", default-features = false }
poem = { version = "3.1.0", default-features = false, features = ["server"] }
poem = { version = "3.1.1", default-features = false, features = ["server"] }
poem-ext = { version = "0.12.0", default-features = false, features = ["sea-orm", "serde"] }
poem-openapi = { version = "5.1.1", default-features = false, features = ["swagger-ui", "redoc", "uuid", "chrono"] }
poem-openapi = { version = "5.1.2", default-features = false, features = ["swagger-ui", "redoc", "uuid", "chrono"] }
redis = { version = "0.26.1", default-features = false, features = ["tokio-comp", "connection-manager"] }
reqwest = { version = "0.12.8", default-features = false, features = ["rustls-tls", "blocking", "json"] }
sandkasten-client = { version = "0.2.2", default-features = false, features = ["reqwest", "poem-openapi"] }
Expand Down

0 comments on commit f0cda7d

Please sign in to comment.