about summary refs log tree commit diff
path: root/kittybox-rs/templates/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'kittybox-rs/templates/Cargo.toml')
-rw-r--r--kittybox-rs/templates/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kittybox-rs/templates/Cargo.toml b/kittybox-rs/templates/Cargo.toml
index 1506636..fb123f4 100644
--- a/kittybox-rs/templates/Cargo.toml
+++ b/kittybox-rs/templates/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [build-dependencies]
-libflate = "^1.2.0"
+libflate = "^2.0.0"
 walkdir = "^2.3.2"
 
 [dev-dependencies]
@@ -18,7 +18,7 @@ version="^0.3.0"
 [dependencies]
 ellipse = "^0.2.0"
 http = "^0.2.7"
-markup = "^0.12.0"
+markup = "^0.13.1"
 serde_json = "^1.0.64"
 include_dir = "^0.7.2"
 axum = "^0.5.16"