Merge pull request #521 from crlf0710/master

Bump dependency versions.
This commit is contained in:
Markus Westerlind 2020-04-23 15:51:12 +02:00 committed by GitHub
commit dd57a2b187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 236 additions and 507 deletions

725
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ build = "build.rs"
workspace = ".."
[dependencies]
diff = "0.1.9"
diff = "0.1.12"
regex = "1"
[dependencies.lalrpop-util]

View File

@ -19,22 +19,22 @@ doctest = false
ascii-canvas = "2.0"
atty = "0.2"
bit-set = "0.5"
diff = "0.1.9"
diff = "0.1.12"
docopt = "1"
ena = "0.13"
itertools = "0.8"
ena = "0.14"
itertools = "0.9"
regex = "1"
regex-syntax = "0.6.0"
petgraph = "0.4.13"
regex-syntax = "0.6"
petgraph = "0.5"
serde = "1.0"
serde_derive = "1.0"
string_cache = "0.7.1"
string_cache = "0.8"
term = "0.5"
unicode-xid = "0.2"
sha2 = "0.8.0"
sha2 = "0.8"
[dev-dependencies]
rand = "0.6"
rand = "0.7"
[dependencies.lalrpop-util]
path = "../lalrpop-util"