mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-07-07 21:25:32 +00:00
Bump chrono from 0.4.39 to 0.4.41 (#1397)
This commit is contained in:
parent
bf02138141
commit
c5ceb7f47a
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -191,9 +191,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.39"
|
||||
version = "0.4.41"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
|
||||
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
|
||||
dependencies = [
|
||||
"num-traits",
|
||||
]
|
||||
|
|
|
@ -7,7 +7,7 @@ edition.workspace = true
|
|||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
|
||||
chrono = { version = "0.4.41", default-features = false, features = ["std"] }
|
||||
human_name = "2.0.4"
|
||||
itertools.workspace = true
|
||||
rowan.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue