chore(deps): bump solang-parser 0.1.11 (#1103)
This commit is contained in:
parent
18dda9aa83
commit
5bbc6c34ab
|
@ -3522,9 +3522,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "solang-parser"
|
||||
version = "0.1.10"
|
||||
version = "0.1.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a06b8bfb6c910adbada563211b876b91a058791505e4cb646591b205fa817d01"
|
||||
checksum = "90f49c1bb28a8814fdac132b1ec1f2f65c656186d8dfbc411db8bcaba45cdc06"
|
||||
dependencies = [
|
||||
"lalrpop",
|
||||
"lalrpop-util",
|
||||
|
|
|
@ -35,7 +35,7 @@ tempfile = { version = "3.3.0", optional = true }
|
|||
fs_extra = { version = "1.2.0", optional = true }
|
||||
sha2 = { version = "0.9.8", default-features = false, optional = true }
|
||||
dunce = "1.0.2"
|
||||
solang-parser = { default-features = false, version = "0.1.10" }
|
||||
solang-parser = { default-features = false, version = "0.1.11" }
|
||||
rayon = "1.5.1"
|
||||
rand = { version = "0.8.5", optional = true }
|
||||
|
||||
|
|
Loading…
Reference in New Issue