Skip to content

Commit

Permalink
Bump the rust-minor-patch group with 1 update
Browse files Browse the repository at this point in the history
Bumps the rust-minor-patch group with 1 update: [postcard](https://github.com/jamesmunns/postcard).

- [Release notes](https://github.com/jamesmunns/postcard/releases)
- [Changelog](https://github.com/jamesmunns/postcard/blob/main/CHANGELOG.md)
- [Commits](jamesmunns/postcard@v1.0.7...v1.0.8)

---
updated-dependencies:
- dependency-name: postcard
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2023
1 parent 4f1db17 commit 4aa43b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ once_cell = { version = "1.18.0", default-features = false }
poem = { version = "1.3.58", default-features = false, features = ["server", "anyhow"] }
poem-ext = { version = "0.9.4", default-features = false, features = ["shield"] }
poem-openapi = { version = "3.0.5", default-features = false, features = ["swagger-ui", "redoc", "uuid"] }
postcard = { version = "1.0.7", default-features = false, features = ["use-std"] }
postcard = { version = "1.0.8", default-features = false, features = ["use-std"] }
prometheus = { version = "0.13.3", default-features = false }
redis = { version = "0.23.3", default-features = false, features = ["tokio-comp", "connection-manager"] }
regex = "1.9.5"
Expand Down

0 comments on commit 4aa43b8

Please sign in to comment.