diff --git a/Cargo.toml b/Cargo.toml index e07d7a7..720ac81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.dependencies] -savant_core = { git = "https://github.com/insight-platform/savant-rs", tag = "0.3.5" } +savant_core = { git = "https://github.com/insight-platform/savant-rs", tag = "0.4.0" } savant-protobuf = { git = "https://github.com/insight-platform/savant-protobuf", tag = "0.2.0" } serde_json = "1" serde_yaml = "0.9.34-deprecated"