Skip to content

Commit

Permalink
deps: update time and mio crates (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirn authored Jul 26, 2024
1 parent 09e8616 commit d0b010c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion awaken/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions clocksource/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clocksource"
version = "0.8.1"
version = "0.8.2"
authors = ["Brian Martin <brian@pelikan.io>"]
edition = "2021"
description = "Library for times and durations with fixed-size representations"
Expand All @@ -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"] }
2 changes: 1 addition & 1 deletion switchboard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}

0 comments on commit d0b010c

Please sign in to comment.