diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-29 10:41:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-29 10:41:56 -0400 |
| commit | bf95a3f7e090611199458d692598db770634b284 (patch) | |
| tree | 6f1faf266d78e80d7a27d1d2b9f3f88fd07bae8e | |
| parent | 70b2cc5408c28cf6ee7a21adb31d83b3c49e551f (diff) | |
| download | xesite-bf95a3f7e090611199458d692598db770634b284.tar.xz xesite-bf95a3f7e090611199458d692598db770634b284.zip | |
build(deps): bump axum-macros from 0.2.2 to 0.2.3 (#502)
Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/axum/compare/axum-macros-v0.2.2...axum-macros-v0.2.3)
---
updated-dependencies:
- dependency-name: axum-macros
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>
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -233,9 +233,9 @@ dependencies = [ [[package]] name = "axum-macros" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cae774e664fd50bf80c9a7132d64ff70be3232a192ff4ba5619c3f72b9b4711f" +checksum = "6293dae2ec708e679da6736e857cf8532886ef258e92930f38279c12641628b8" dependencies = [ "heck", "proc-macro2", |
