Update dependencies

This commit is contained in:
Filip Tibell 2024-03-11 19:17:23 +01:00
parent cd34dcb0dd
commit 4844fa1ead
No known key found for this signature in database
2 changed files with 188 additions and 182 deletions

366
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -122,7 +122,7 @@ reqwest = { version = "0.11", default-features = false, features = [
tokio-tungstenite = { version = "0.21", features = ["rustls-tls-webpki-roots"] }
### DATETIME
chrono = "0.4"
chrono = "=0.4.34" # NOTE: 0.4.35 does not compile with chrono_lc
chrono_lc = "0.1"
### CLI
@ -136,7 +136,7 @@ regex = { optional = true, version = "1.7", default-features = false, features =
"std",
"unicode-perl",
] }
rustyline = { optional = true, version = "13.0" }
rustyline = { optional = true, version = "14.0" }
### ROBLOX