aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-27 09:06:44 -0400
committerGitHub <noreply@github.com>2022-04-27 09:06:44 -0400
commit4170e3b78c4be38c932763941e8eef216d71bbab (patch)
treede2f84fd11f50c9eeb2762791988565b29423f69 /Cargo.toml
parentad2f5c739f167a1eee7156aeff18e0162bc605bd (diff)
downloadxesite-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 78ce032..e0c7a50 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"