chore(deps): bump chrono_locale rev

This commit is contained in:
Erica Marigold 2023-08-23 19:11:05 +05:30
parent 2efc0be6f7
commit 80341ce874
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -327,7 +327,7 @@ dependencies = [
[[package]] [[package]]
name = "chrono_locale" name = "chrono_locale"
version = "0.1.1" version = "0.1.1"
source = "git+https://github.com/0x5eal/chrono-locale.git?rev=ff1df09#ff1df090a1bc55574ffe2bb4c04014ba017c6f36" source = "git+https://github.com/0x5eal/chrono-locale.git?rev=2a7ebcc#2a7ebcc019d133bc17833d66731092dee60dc3b7"
dependencies = [ dependencies = [
"chrono", "chrono",
"lazy_static", "lazy_static",

View file

@ -109,7 +109,7 @@ tokio-tungstenite = { version = "0.20", features = ["rustls-tls-webpki-roots"] }
### DATETIME ### DATETIME
chrono = "0.4.26" chrono = "0.4.26"
chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", rev = "ff1df09" } chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", rev = "2a7ebcc" }
### CLI ### CLI