aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-09-13 12:57:50 +0000
committerXe Iaso <me@christine.website>2022-09-13 12:57:50 +0000
commitfc5dfe5c08a8ef8f64c92c477b934656954f35a8 (patch)
tree69b76e4e08eeb939a1bf162aee08e67eccbebbf5 /Cargo.lock
parent979bcb2433e184344896cef5bf054e41c63dec0a (diff)
downloadxesite-fc5dfe5c08a8ef8f64c92c477b934656954f35a8.tar.xz
xesite-fc5dfe5c08a8ef8f64c92c477b934656954f35a8.zip
update flake metadata, can build a docker image now
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 49fed12..1cddafe 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3235,7 +3235,7 @@ dependencies = [
[[package]]
name = "xesite"
-version = "2.4.0"
+version = "2.5.0"
dependencies = [
"axum 0.5.15",
"axum-extra",
@@ -3265,7 +3265,7 @@ dependencies = [
"pfacts",
"pretty_env_logger",
"prometheus",
- "rand 0.8.5",
+ "rand 0.7.3",
"regex",
"reqwest",
"ructe",