diff options
Diffstat (limited to 'kittybox-rs/templates')
-rw-r--r-- | kittybox-rs/templates/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kittybox-rs/templates/Cargo.toml b/kittybox-rs/templates/Cargo.toml index fb123f4..38e73b3 100644 --- a/kittybox-rs/templates/Cargo.toml +++ b/kittybox-rs/templates/Cargo.toml @@ -21,7 +21,7 @@ http = "^0.2.7" markup = "^0.13.1" serde_json = "^1.0.64" include_dir = "^0.7.2" -axum = "^0.5.16" +axum = "^0.6.18" [dependencies.chrono] version = "^0.4.19" features = ["serde"] |