Update `io-reactor` dependency
This commit is contained in:
parent
bb135b64b3
commit
e6f56ff3bc
|
|
@ -1409,14 +1409,13 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "io-reactor"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/rust-amplify/io-reactor?rev=6148aec926c82f08373687d1a9da07a2bca67ea3#6148aec926c82f08373687d1a9da07a2bca67ea3"
|
||||
source = "git+https://github.com/rust-amplify/io-reactor?rev=9a2e787621c78987c866b13ff820bafce248ddc5#9a2e787621c78987c866b13ff820bafce248ddc5"
|
||||
dependencies = [
|
||||
"amplify",
|
||||
"crossbeam-channel",
|
||||
"libc",
|
||||
"log",
|
||||
"popol",
|
||||
"socket2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -1990,8 +1989,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "popol"
|
||||
version = "1.0.0"
|
||||
source = "git+https://github.com/Cyphernet-WG/popol?branch=api#0b78f5ef1c39741cfc67157b7d2c7a27064150b1"
|
||||
version = "2.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "839bf4ab18d0c74859e01a22365a5c573e7b3f0ff36a11c4250f1e5bd220f397"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ incremental = false
|
|||
|
||||
[patch.crates-io.io-reactor]
|
||||
git = "https://github.com/rust-amplify/io-reactor"
|
||||
rev = "6148aec926c82f08373687d1a9da07a2bca67ea3"
|
||||
rev = "9a2e787621c78987c866b13ff820bafce248ddc5"
|
||||
version = "0.1.0"
|
||||
|
||||
[patch.crates-io.netservices]
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ log = { version = "0.4.17", features = ["std"] }
|
|||
localtime = { version = "1" }
|
||||
netservices = { version = "0", features = ["io-reactor", "socket2", "log"] }
|
||||
nonempty = { version = "0.8.1", features = ["serialize"] }
|
||||
io-reactor = { version = "0", features = ["popol", "socket2"] }
|
||||
io-reactor = { version = "0", features = ["popol"] }
|
||||
qcheck = { version = "1", default-features = false, optional = true }
|
||||
sqlite = { version = "0.30.3" }
|
||||
sqlite3-src = { version = "0.4.0", features = ["bundled"] } # Ensures static linking
|
||||
|
|
|
|||
Loading…
Reference in New Issue