diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-20 09:09:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-20 09:09:25 -0400 |
| commit | 09aba58ebdd8f3948bf21c55655d72d2dac102f7 (patch) | |
| tree | e06ce9ca265b09686d0dcd033d6281c0ac4d616a | |
| parent | 230df6f54e227a5fde3cc0cb78f54f307fdc19fe (diff) | |
| download | xesite-09aba58ebdd8f3948bf21c55655d72d2dac102f7.tar.xz xesite-09aba58ebdd8f3948bf21c55655d72d2dac102f7.zip | |
build(deps): bump axum-extra from 0.3.1 to 0.3.3 (#475)
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.3.1 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](https://github.com/tokio-rs/axum/compare/axum-extra-v0.3.1...axum-extra-v0.3.3)
---
updated-dependencies:
- dependency-name: axum-extra
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
@@ -186,9 +186,9 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f77e63453d67cf14576bad0f395ad1541f0b92949a6a53b548f40b77158fc095" +checksum = "75330529f6b27544cedc6089108602a056d016df6aa4f2cb24408d840392ef2d" dependencies = [ "axum", "bytes", |
