diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |