Skip to content

Commit

Permalink
chore(deps): bump axum-core from 0.3.2 to 0.3.3 (#305)
Browse files Browse the repository at this point in the history
Bumps [axum-core](https://github.com/tokio-rs/axum) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-core-v0.3.2...axum-core-v0.3.3)

---
updated-dependencies:
- dependency-name: axum-core
  dependency-type: direct:production
  update-type: version-update:semver-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 Mar 14, 2023
1 parent 23be2e6 commit ec416da
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 price-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ chrono = { version = "0.4", features = [
], default-features = false }
prost = "0.11"
tonic = "0.8"
axum-core = "0.3.2"
axum-core = "0.3.3"
tokio = "1.26.0"
futures = "0.3.26"
thiserror = "1.0.39"
Expand Down

0 comments on commit ec416da

Please sign in to comment.