Index: Cargo.toml ================================================================== --- Cargo.toml +++ Cargo.toml @@ -1,8 +1,8 @@ [package] name = "ump" -version = "0.10.0" +version = "0.10.1" authors = ["Jan Danielsson "] edition = "2018" license = "0BSD" categories = [ "concurrency", "asynchronous" ] keywords = [ "channel", "threads", "sync", "message-passing" ] @@ -21,15 +21,15 @@ "www" ] [dependencies] parking_lot = { version = "0.12.1" } -sigq = { version = "0.13.2" } +sigq = { version = "0.13.3" } [dev-dependencies] criterion = { version = "0.5.1", features = ["async_tokio"] } tokio = { version = "1.29.1", features = ["full"] } [[bench]] name = "add_server" harness = false Index: www/changelog.md ================================================================== --- www/changelog.md +++ www/changelog.md @@ -6,10 +6,18 @@ ### Changed ### Removed + +## [0.10.1] - 2023-07-27 + +### Changed + +- Runtime dependencies: + - Updated `sigq` to `0.13.3`. + ## [0.10.0] - 2023-07-26 ### Added