Skip to content

Commit

Permalink
Bump mio from 1.0.2 to 1.0.3 (#10083)
Browse files Browse the repository at this point in the history
* Bump mio from 1.0.2 to 1.0.3

Bumps [mio](https://github.com/tokio-rs/mio) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v1.0.2...v1.0.3)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* [dependabot skip] Update linux/flatpak/flatpak-vpn-crates.json

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Dec 2, 2024
1 parent d884f04 commit 8aaccef
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 37 deletions.
19 changes: 6 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extension/bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2018"

[dependencies]
mio = { version = "1.0.2", features = ["os-poll", "net"] }
mio = { version = "1.0.3", features = ["os-poll", "net"] }
serde_json = "1.0.133"
byteorder = "1.5.0"
33 changes: 10 additions & 23 deletions linux/flatpak/flatpak-vpn-crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1000,19 +1000,6 @@
"dest": "cargo/vendor/hermit-abi-0.2.6",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/hermit-abi/hermit-abi-0.3.9.crate",
"sha256": "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024",
"dest": "cargo/vendor/hermit-abi-0.3.9"
},
{
"type": "inline",
"contents": "{\"package\": \"d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024\", \"files\": {}}",
"dest": "cargo/vendor/hermit-abi-0.3.9",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
Expand Down Expand Up @@ -1354,14 +1341,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/libc/libc-0.2.155.crate",
"sha256": "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c",
"dest": "cargo/vendor/libc-0.2.155"
"url": "https://static.crates.io/crates/libc/libc-0.2.167.crate",
"sha256": "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc",
"dest": "cargo/vendor/libc-0.2.167"
},
{
"type": "inline",
"contents": "{\"package\": \"97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c\", \"files\": {}}",
"dest": "cargo/vendor/libc-0.2.155",
"contents": "{\"package\": \"09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc\", \"files\": {}}",
"dest": "cargo/vendor/libc-0.2.167",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down Expand Up @@ -1497,14 +1484,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/mio/mio-1.0.2.crate",
"sha256": "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec",
"dest": "cargo/vendor/mio-1.0.2"
"url": "https://static.crates.io/crates/mio/mio-1.0.3.crate",
"sha256": "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd",
"dest": "cargo/vendor/mio-1.0.3"
},
{
"type": "inline",
"contents": "{\"package\": \"80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec\", \"files\": {}}",
"dest": "cargo/vendor/mio-1.0.2",
"contents": "{\"package\": \"2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd\", \"files\": {}}",
"dest": "cargo/vendor/mio-1.0.3",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down

0 comments on commit 8aaccef

Please sign in to comment.