bump some deps

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-26 16:52:22 -04:00 committed by June
parent 04afc83043
commit d172a6883d
3 changed files with 91 additions and 185 deletions

View file

@ -20,7 +20,7 @@ rust-version = "1.75.0"
[dependencies]
console-subscriber = { version = "0.1", optional = true }
hot-lib-reloader = { version = "^0.6", optional = true }
hot-lib-reloader = { version = "^0.7", optional = true }
# Used for secure identifiers
rand = "0.8.5"
@ -81,8 +81,6 @@ async-trait = "0.1.80"
lru-cache = "0.1.2"
proc-macro2 = "=1.0.79"
# standard date and time tools
[dependencies.chrono]
version = "0.4.38"