summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2024-03-07 09:31:32 +0900
committerGitHub <noreply@github.com>2024-03-07 09:31:32 +0900
commit95fe16a475bc28a126f9ef48dbc5af9e6761f0f9 (patch)
tree167eed901b0424eb4f29bdae1d1812bfcf9c50fe
parent6b3b2dd637b3fbd628a940ff810c735dc5d59836 (diff)
parent1b12e519d864ac3b70df0543316483c499f02078 (diff)
Merge pull request #610 from dalance/dependabot/cargo/mio-0.8.11
Bump mio from 0.8.10 to 0.8.11
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0bc8fd3..763cd6c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1367,9 +1367,9 @@ dependencies = [
[[package]]
name = "mio"
-version = "0.8.10"
+version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
+checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
"libc",
"log",