From f7f398637613bddbcdff170242cf63d6eb906887 Mon Sep 17 00:00:00 2001 From: Kemal Akkoyun Date: Thu, 5 Oct 2023 15:46:22 +0200 Subject: [PATCH] Update deps Signed-off-by: Kemal Akkoyun --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 55ad4ff..e71b63e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,14 +4,13 @@ version = "0.1.0" edition = "2021" [dependencies] -# py-perf = { git = "ssh://git@github.com/kakkoyun/py-perf.git" } -py-perf = { path = "../py-perf" } +# py-perf = { path = "../py-perf" } +py-perf = { git = "ssh://git@github.com/kakkoyun/py-perf.git" } py-spy = { git = "ssh://git@github.com/kakkoyun/py-spy.git" } rbperf = { git = "https://github.com/javierhonduco/rbperf", tag = "v0.4.0" } rbspy-ruby-structs = "0.17" - memoffset = "0.8" serde_yaml = "0.9" anyhow = "1.0.75"