bump petgraph to 0.4.13

This commit is contained in:
dylan_DPC 2018-09-01 01:53:02 +05:30 committed by Dylan DPC
parent dc42bff787
commit 167d50ac24
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ ena = "0.9"
itertools = "0.7"
regex = "1"
regex-syntax = "0.4.0"
petgraph = "0.4.4"
petgraph = "0.4.13"
string_cache = "0.7.1"
term = "0.4.5"
unicode-xid = "0.1"

View File

@ -24,7 +24,7 @@ ena = "0.9"
itertools = "0.7"
regex = "1"
regex-syntax = "0.6.0"
petgraph = "0.4.4"
petgraph = "0.4.13"
serde = "1.0"
serde_derive = "1.0"
string_cache = "0.7.1"