diff --git a/Cargo.toml b/Cargo.toml index 534bc3a..df7c36d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ lto = "fat" # TODO: add rustflags for target features/cpus [dependencies] -arangors-graph-exporter = "0.0.8" +arangors-graph-exporter = "0.0.9" numpy = "0.20.0" tokio = { version = "1", features = ["full"] } bytes = "1.5.0"