diff --git a/Cargo.lock b/Cargo.lock index 473ee3b..a643ee6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -986,9 +986,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.36.0" +version = "1.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" +checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index b3e6aff..80a1492 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,20 +8,20 @@ authors = ["storycraft "] repository = "https://github.com/storycraft/direct-share" [dependencies] -log = "0.4.14" -serde = { version = "1.0", features = ["derive"] } -tokio = { version = "1.16.1", features = ["full"] } -hyper = { version = "1.2.0", features = ["full"] } +log = "0.4" +serde = { version = "1", features = ["derive"] } +tokio = { version = "1", features = ["full"] } +hyper = { version = "1", features = ["full"] } http-body-util = "0.1" hyper-util = { version = "0.1", features = ["full"] } -toml = "0.8.12" -pretty_env_logger = "0.5.0" -rand = "0.8.4" -thiserror = "1.0.58" -anyhow = "1.0" -tokio-util = "0.7.10" -futures-util = "0.3.30" +toml = "0.8" +pretty_env_logger = "0.5" +rand = "0.8" +thiserror = "1" +anyhow = "1" +tokio-util = "0.7" +futures-util = "0.3" tokio-tar = "0.3.1" -igd = { version = "0.12.1", features = ["aio"] } -local-ip-address = "0.6.1" +igd = { version = "0.12", features = ["aio"] } +local-ip-address = "0.6" never-say-never = "6.6.666"