Skip to content

Commit

Permalink
Bump mio to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsc committed Jan 23, 2025
1 parent e2c5d1c commit 2f0bd28
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ authors = ["thijsc <thijs@appsignal.com>"]
edition = "2018"

[dependencies]
log = "0.4"
log = "*"

[dependencies.mio]
version = "0.8"
version = "1.0"
features = ["os-poll", "net"]

[dev-dependencies]
Expand Down
2 changes: 0 additions & 2 deletions src/context.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![cfg_attr(feature = "cargo-clippy", allow(clippy::single_match))]

use std::any::type_name;
use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::{Arc, Mutex};
Expand Down
2 changes: 0 additions & 2 deletions src/worker.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![cfg_attr(feature = "cargo-clippy", allow(clippy::single_match))]

use std::time::Duration;

use mio::{Events, Poll};
Expand Down

0 comments on commit 2f0bd28

Please sign in to comment.