mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-08-04 18:58:31 +00:00
Bump serde_repr from 0.1.19 to 0.1.20 (#1388)
This commit is contained in:
parent
c5ceb7f47a
commit
148356c185
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1690,9 +1690,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_repr"
|
||||
version = "0.1.19"
|
||||
version = "0.1.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
|
||||
checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
@ -56,7 +56,7 @@ rowan.workspace = true
|
|||
rustc-hash.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde_regex = "1.1.0"
|
||||
serde_repr = "0.1.19"
|
||||
serde_repr = "0.1.20"
|
||||
serde.workspace = true
|
||||
symbols = { path = "../symbols" }
|
||||
syntax = { path = "../syntax" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue