diff --git a/Cargo.toml b/Cargo.toml index 4cc76a6..e4a8765 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "async-cpupool" description = "A simple async threadpool for CPU-bound tasks" -version = "0.2.2" +version = "0.3.0" license = "GPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/safe-async/async-cpupool" @@ -13,7 +13,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -metrics = "0.22.0" +metrics = "0.23.0" tracing = "0.1.40" [target.'cfg(loom)'.dependencies]