Browse Source

To solve this bug https://github.com/dora-rs/dora/issues/283, unify the dependent rustix version

tags/v0.2.3
meua 2 years ago
parent
commit
b56b2c58df
1 changed files with 5 additions and 16 deletions
  1. +5
    -16
      Cargo.lock

+ 5
- 16
Cargo.lock View File

@@ -1670,17 +1670,6 @@ dependencies = [
"termcolor",
]

[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]

[[package]]
name = "errno"
version = "0.3.1"
@@ -2439,7 +2428,7 @@ checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
dependencies = [
"hermit-abi 0.3.1",
"io-lifetimes",
"rustix 0.36.9",
"rustix 0.36.13",
"windows-sys 0.45.0",
]

@@ -4075,12 +4064,12 @@ dependencies = [

[[package]]
name = "rustix"
version = "0.36.9"
version = "0.36.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc"
checksum = "3a38f9520be93aba504e8ca974197f46158de5dcaa9fa04b57c57cd6a679d658"
dependencies = [
"bitflags 1.3.2",
"errno 0.2.8",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys 0.1.4",
@@ -4094,7 +4083,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2"
dependencies = [
"bitflags 1.3.2",
"errno 0.3.1",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys 0.3.2",


Loading…
Cancel
Save