diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-05-27 19:04:26 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-05-27 19:04:26 -0400 |
commit | 6c736b1fc1626b0ff2ff752fe0a6ab8a9d0e6ca4 (patch) | |
tree | d27e86284f0e58597a29dae59c7d06c35d47aa12 /Cargo.toml | |
parent | a88257e90beaaebbf7ebaca57cc871fceb93fda9 (diff) | |
download | carpentertutoring-6c736b1fc1626b0ff2ff752fe0a6ab8a9d0e6ca4.tar.xz carpentertutoring-6c736b1fc1626b0ff2ff752fe0a6ab8a9d0e6ca4.zip |
chore: bump chrono
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ edition = "2021" askama = { version = "0.14" } axum = "0.8" chrono = { version = "0.4", default-features = false, features = ["now"] } -comrak = { version = "0.39.0", default-features = false } +comrak = { version = "0.39", default-features = false } tokio = { version = "1.45", default-features = false, features = [ "rt-multi-thread", "macros", |