diff --git a/Cargo.toml b/Cargo.toml index da9daed..e10c484 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tokio-timerfd = "0.2" uuid = { version = "1", features = ["v7"] } [workspace.package] -version = "0.7.0" +version = "0.7.1" edition = "2021" authors = ["Ivan Kudriavtsev "] description = "ReplayDB Service" diff --git a/replaydb/Cargo.toml b/replaydb/Cargo.toml index 9aa91c7..f2df27d 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.3.0" } +savant_core = { git = "https://github.com/insight-platform/savant-rs", tag = "0.3.1" } twelf = { version = "0.15", features = ["json", "env", "shellexpand"], default-features = false } anyhow = { workspace = true }