diff --git a/CHANGELOG.md b/CHANGELOG.md index b5bdd2d..266f84d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ ### Fixed +# 0.1.28 + +### Changed +- Updated to the latest release of `dashmap` that fixes a deadlock. + # 0.1.27 ### Changed diff --git a/Cargo.toml b/Cargo.toml index a6eb482..5f9eafa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,8 +32,8 @@ tracing = { version = "0.1", default-features = false, features = ["std"] } tracing-subscriber = "0.3" dashmap = "6.0.1" -hydra-macros = { version = "0.1.27", path = "./hydra-macros" } -hydra = { version = "0.1.27", path = "./hydra", default-features = false } +hydra-macros = { version = "0.1.28", path = "./hydra-macros" } +hydra = { version = "0.1.28", path = "./hydra", default-features = false } [profile.release] lto = "fat" diff --git a/hydra-macros/Cargo.toml b/hydra-macros/Cargo.toml index 98766b1..720af87 100644 --- a/hydra-macros/Cargo.toml +++ b/hydra-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydra-macros" -version = "0.1.27" +version = "0.1.28" edition = "2021" license.workspace = true repository.workspace = true diff --git a/hydra-websockets/Cargo.toml b/hydra-websockets/Cargo.toml index dda46c4..002ef9f 100644 --- a/hydra-websockets/Cargo.toml +++ b/hydra-websockets/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydra-websockets" -version = "0.1.27" +version = "0.1.28" edition = "2021" readme = "./README.md" license.workspace = true diff --git a/hydra/Cargo.toml b/hydra/Cargo.toml index bdc0fe2..03cee60 100644 --- a/hydra/Cargo.toml +++ b/hydra/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydra" -version = "0.1.27" +version = "0.1.28" edition = "2021" readme.workspace = true license.workspace = true