reopen removed from Cargo.toml
This commit is contained in:
parent
66a7baa67c
commit
193f86e43e
|
@ -3493,7 +3493,6 @@ dependencies = [
|
||||||
"pico-args",
|
"pico-args",
|
||||||
"rand",
|
"rand",
|
||||||
"regex",
|
"regex",
|
||||||
"reopen",
|
|
||||||
"reqwest",
|
"reqwest",
|
||||||
"ring",
|
"ring",
|
||||||
"rmpv",
|
"rmpv",
|
||||||
|
|
|
@ -37,7 +37,6 @@ unstable = []
|
||||||
[target."cfg(not(windows))".dependencies]
|
[target."cfg(not(windows))".dependencies]
|
||||||
# Logging
|
# Logging
|
||||||
syslog = "6.1.0"
|
syslog = "6.1.0"
|
||||||
reopen = "1.0.3"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# Logging
|
# Logging
|
||||||
|
|
Loading…
Reference in New Issue