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.6...v1.0.7)

---
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 1, 2023
1 parent 1d3c1c9 commit e94fd5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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.57", default-features = false, features = ["server", "anyhow"] }
poem-ext = { version = "0.9.3", default-features = false, features = ["shield"] }
poem-openapi = { version = "3.0.3", default-features = false, features = ["swagger-ui", "redoc", "uuid"] }
postcard = { version = "1.0.6", default-features = false, features = ["use-std"] }
postcard = { version = "1.0.7", default-features = false, features = ["use-std"] }
prometheus = { version = "0.13.3", default-features = false }
redis = { version = "0.23.2", default-features = false, features = ["tokio-comp", "connection-manager"] }
regex = "1.9.4"
Expand Down

0 comments on commit e94fd5f

Please sign in to comment.