From 44d398dc302130a95882772f8e27fe7c2700e430 Mon Sep 17 00:00:00 2001 From: "Ivan A. Kudriavtsev" Date: Mon, 17 Jun 2024 12:12:00 +0200 Subject: [PATCH] update savant-rs to 0.3.0 --- Cargo.toml | 2 +- replaydb/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9fefda9..da9daed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tokio-timerfd = "0.2" uuid = { version = "1", features = ["v7"] } [workspace.package] -version = "0.6.0" +version = "0.7.0" edition = "2021" authors = ["Ivan Kudriavtsev "] description = "ReplayDB Service" diff --git a/replaydb/Cargo.toml b/replaydb/Cargo.toml index 8858d73..9aa91c7 100644 --- a/replaydb/Cargo.toml +++ b/replaydb/Cargo.toml @@ -18,7 +18,7 @@ md-5 = "0.10" mini-moka = "0.10" ring = "0.17" rocksdb = { version = "0.22" } -savant_core = { git = "https://github.com/insight-platform/savant-rs", tag = "0.2.30" } +savant_core = { git = "https://github.com/insight-platform/savant-rs", tag = "0.3.0" } twelf = { version = "0.15", features = ["json", "env", "shellexpand"], default-features = false } anyhow = { workspace = true }