mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Update dependencies
This commit is contained in:
parent
cd34dcb0dd
commit
4844fa1ead
2 changed files with 188 additions and 182 deletions
366
Cargo.lock
generated
366
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -122,7 +122,7 @@ reqwest = { version = "0.11", default-features = false, features = [
|
||||||
tokio-tungstenite = { version = "0.21", features = ["rustls-tls-webpki-roots"] }
|
tokio-tungstenite = { version = "0.21", features = ["rustls-tls-webpki-roots"] }
|
||||||
|
|
||||||
### DATETIME
|
### DATETIME
|
||||||
chrono = "0.4"
|
chrono = "=0.4.34" # NOTE: 0.4.35 does not compile with chrono_lc
|
||||||
chrono_lc = "0.1"
|
chrono_lc = "0.1"
|
||||||
|
|
||||||
### CLI
|
### CLI
|
||||||
|
@ -136,7 +136,7 @@ regex = { optional = true, version = "1.7", default-features = false, features =
|
||||||
"std",
|
"std",
|
||||||
"unicode-perl",
|
"unicode-perl",
|
||||||
] }
|
] }
|
||||||
rustyline = { optional = true, version = "13.0" }
|
rustyline = { optional = true, version = "14.0" }
|
||||||
|
|
||||||
### ROBLOX
|
### ROBLOX
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue