From 2d479b4932262cf55793d8c659249ed0c533f4fa Mon Sep 17 00:00:00 2001 From: Enola Knezevic <115070135+enola-dkfz@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:31:46 +0100 Subject: [PATCH] Laplace version bump, focus version bump --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1068c1..b9d6527 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "focus" -version = "0.8.0" +version = "0.9.0" edition = "2021" license = "Apache-2.0" @@ -16,7 +16,7 @@ chrono = "0.4.31" indexmap = "2.1.0" tokio = { version = "1.25.0", default-features = false, features = ["signal", "rt-multi-thread", "macros"] } beam-lib = { git = "https://github.com/samply/beam", branch = "develop", features = ["http-util"] } -laplace_rs = {git = "https://github.com/samply/laplace-rs.git", tag = "v0.3.0" } +laplace_rs = {git = "https://github.com/samply/laplace-rs.git", tag = "v0.4.0" } uuid = "1.8.0" rand = { default-features = false, version = "0.8.5" } futures-util = { version = "0.3", default-features = false, features = ["std"] }