Skip to content

Commit

Permalink
chore: set min chrono (#346)
Browse files Browse the repository at this point in the history
* chore: set min chrono

* chore: remove dead crate
  • Loading branch information
bconn98 committed Feb 10, 2024
1 parent d4e6cbe commit c981ca4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -56,7 +56,7 @@ harness = false

[dependencies]
arc-swap = "1.6"
chrono = { version = "0.4", optional = true, features = ["clock"], default-features = false }
chrono = { version = "0.4.23", optional = true, features = ["clock"], default-features = false }
flate2 = { version = "1.0", optional = true }
fnv = "1.0"
humantime = { version = "2.1", optional = true }
Expand Down
4 changes: 0 additions & 4 deletions src/lib.rs
Expand Up @@ -463,10 +463,6 @@ impl Handle {
}
}

trait ErrorInternals {
fn new(message: String) -> Self;
}

#[cfg(test)]
mod test {
use log::{Level, LevelFilter, Log};
Expand Down

0 comments on commit c981ca4

Please sign in to comment.