dependabot[bot]
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
7 additions and
7 deletions
-
Cargo.lock
-
Cargo.toml
|
@ -775,9 +775,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "libc" |
|
|
name = "libc" |
|
|
version = "0.2.167" |
|
|
version = "0.2.171" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" |
|
|
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "linux-raw-sys" |
|
|
name = "linux-raw-sys" |
|
@ -1520,9 +1520,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "tokio" |
|
|
name = "tokio" |
|
|
version = "1.41.1" |
|
|
version = "1.43.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" |
|
|
checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"backtrace", |
|
|
"backtrace", |
|
|
"bytes", |
|
|
"bytes", |
|
@ -1538,9 +1538,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "tokio-macros" |
|
|
name = "tokio-macros" |
|
|
version = "2.4.0" |
|
|
version = "2.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" |
|
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"quote", |
|
|
|
@ -15,7 +15,7 @@ color-eyre = { version = "0.6", default-features = false } |
|
|
hyper = { version = "1.5", features = ["client","server","http1"] } |
|
|
hyper = { version = "1.5", features = ["client","server","http1"] } |
|
|
clap = { version = "4", features = ["derive"] } |
|
|
clap = { version = "4", features = ["derive"] } |
|
|
tokio-socks = "0.5" |
|
|
tokio-socks = "0.5" |
|
|
tokio = { version = "1.41", features = ["macros", "rt-multi-thread"] } |
|
|
tokio = { version = "1.43", features = ["macros", "rt-multi-thread"] } |
|
|
bytes = "1.9" |
|
|
bytes = "1.9" |
|
|
http-body-util = "0.1.2" |
|
|
http-body-util = "0.1.2" |
|
|
tracing = "0.1.41" |
|
|
tracing = "0.1.41" |
|
|