diff options
Diffstat (limited to 'tamer/Cargo.toml')
-rw-r--r-- | tamer/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tamer/Cargo.toml b/tamer/Cargo.toml index 82cfaf5..a758e5d 100644 --- a/tamer/Cargo.toml +++ b/tamer/Cargo.toml @@ -23,7 +23,7 @@ lto = true lto = true [dependencies] -fnv = ">= 1.0.3" +fxhash = ">= 0.2.1" petgraph = ">= 0.4.13" quick-xml = ">= 0.17.0" # used by petgraph |