Skip to content

Commit

Permalink
build(deps): bump the rust-minor-patch group with 2 updates (#350)
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.0.1 to 3.0.2
- [Release notes](https://github.com/poem-web/poem/releases)
- [Commits](https://github.com/poem-web/poem/commits)

Updates `poem-openapi` from 5.0.2 to 5.0.3
- [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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 19, 2024
1 parent 6463b04 commit 8662445
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 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 @@ config = { version = "0.14.0", default-features = false, features = ["toml", "js
fnct = { version = "0.6.3", default-features = false }
key-rwlock = { version = "0.1.2", default-features = false }
once_cell = { version = "1.19.0", default-features = false }
poem = { version = "3.0.0", default-features = false, features = ["server", "anyhow"] }
poem = { version = "3.0.2", default-features = false, features = ["server", "anyhow"] }
poem-ext = { version = "0.12.0", default-features = false, features = ["shield"] }
poem-openapi = { version = "5.0.0", default-features = false, features = ["swagger-ui", "redoc", "uuid"] }
poem-openapi = { version = "5.0.3", default-features = false, features = ["swagger-ui", "redoc", "uuid"] }
postcard = { version = "1.0.8", default-features = false, features = ["use-std"] }
prometheus = { version = "0.13.4", default-features = false }
redis = { version = "0.25.4", default-features = false, features = ["tokio-comp", "connection-manager"] }
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ blocking = ["reqwest", "reqwest/blocking"]
poem-openapi = ["dep:poem-openapi"]

[dependencies]
poem-openapi = { version = "5.0.0", default-features = false, optional = true, features = ["uuid"] }
poem-openapi = { version = "5.0.3", default-features = false, optional = true, features = ["uuid"] }
reqwest = { version = "0.12.5", default-features = false, optional = true, features = ["json", "rustls-tls"] }
serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit 8662445

Please sign in to comment.