Update to bstr 1 (#62)
This commit is contained in:
parent
75d40b041b
commit
342d60158c
6 changed files with 15 additions and 15 deletions
|
|
@ -41,7 +41,7 @@ dependencies = [
|
|||
"console",
|
||||
"lazy_static",
|
||||
"linked-hash-map",
|
||||
"similar 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"similar 2.2.1",
|
||||
"yaml-rust",
|
||||
]
|
||||
|
||||
|
|
@ -139,6 +139,12 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "similar"
|
||||
version = "2.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
|
||||
|
||||
[[package]]
|
||||
name = "similar"
|
||||
version = "2.4.0"
|
||||
dependencies = [
|
||||
"bstr",
|
||||
"console",
|
||||
|
|
@ -148,12 +154,6 @@ dependencies = [
|
|||
"unicode-segmentation",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "similar"
|
||||
version = "2.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
|
||||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
version = "1.0.109"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue