diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-27 09:06:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-27 09:06:44 -0400 |
| commit | 4170e3b78c4be38c932763941e8eef216d71bbab (patch) | |
| tree | de2f84fd11f50c9eeb2762791988565b29423f69 /Cargo.toml | |
| parent | ad2f5c739f167a1eee7156aeff18e0162bc605bd (diff) | |
| download | xesite-4170e3b78c4be38c932763941e8eef216d71bbab.tar.xz xesite-4170e3b78c4be38c932763941e8eef216d71bbab.zip | |
build(deps): bump axum-extra from 0.2.0 to 0.3.0 (#460)
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.2.0 to 0.3.0.
- [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.2.0...axum-extra-v0.3.0)
---
updated-dependencies:
- dependency-name: axum-extra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ repository = "https://github.com/Xe/site" [dependencies] axum = "0.5" axum-macros = "0.2" -axum-extra = "0.2" +axum-extra = "0.3" color-eyre = "0.6" chrono = "0.4" comrak = "0.12.1" |
