From eea75ddafc8f0b55d38b9cfbef1083ffdd3252fe Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 30 May 2024 02:35:09 +0200 Subject: bump version to make time crate work with newest nightly --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7d59ae5..0228ed1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -rocket = { version = "0.5.0", features = ["json"] } +rocket = { version = "0.5.1", features = ["json"] } tokio = { version = "1.37.0", features = ["full"] } log = "0.4.21" env_logger = "0.11.3" @@ -12,7 +12,7 @@ async-std = "1.12.0" include_dir = { version = "0.7.3", features = ["glob"] } iso8601 = { version = "0.6.1", features = ["chrono"] } futures = "0.3.30" -anyhow = "1.0.82" +anyhow = "1.0.86" markup = "0.15.0" markdown = "1.0.0-alpha.17" chrono = "0.4.38" -- cgit v1.2.3-70-g09d2