diff --git a/awaken/Cargo.toml b/awaken/Cargo.toml index ffb638c..ee34b68 100644 --- a/awaken/Cargo.toml +++ b/awaken/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/pelikan-io/rustcommon" repository = "https://github.com/pelikan-io/rustcommon" [dependencies] -mio = "0.8.5" +mio = "0.8.11" [target.'cfg(target_os = "linux")'.dependencies] libc = "0.2.139" diff --git a/clocksource/Cargo.toml b/clocksource/Cargo.toml index 20ff9ab..8345f06 100644 --- a/clocksource/Cargo.toml +++ b/clocksource/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clocksource" -version = "0.8.1" +version = "0.8.2" authors = ["Brian Martin "] edition = "2021" description = "Library for times and durations with fixed-size representations" @@ -10,7 +10,7 @@ repository = "https://github.com/pelikan-io/rustcommon" [dependencies] libc = "0.2.147" -time = { version = "0.3.27", features = ["formatting"] } +time = { version = "0.3.36", features = ["formatting"] } [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.9", features = ["ntdef", "profileapi", "sysinfoapi"] } diff --git a/switchboard/Cargo.toml b/switchboard/Cargo.toml index c073c2d..1937059 100644 --- a/switchboard/Cargo.toml +++ b/switchboard/Cargo.toml @@ -15,4 +15,4 @@ rand = "0.8.5" rand_chacha = "0.3.1" [dev-dependencies] -mio = { version = "0.8.5", features = ["os-poll"]} +mio = { version = "0.8.11", features = ["os-poll"]}