run 'cargo upgrade'
This commit is contained in:
parent
0db5ebd427
commit
e1ff628c1a
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1223,9 +1223,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "regex"
|
name = "regex"
|
||||||
version = "1.6.0"
|
version = "1.7.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aho-corasick",
|
"aho-corasick",
|
||||||
"memchr",
|
"memchr",
|
||||||
|
|
|
@ -7,4 +7,4 @@ edition = "2018"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ofborg = { path = "../ofborg" }
|
ofborg = { path = "../ofborg" }
|
||||||
|
|
||||||
log = "0.3.8"
|
log = "0.3.9"
|
||||||
|
|
|
@ -7,25 +7,25 @@ edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-std = { version = "=1.6.0", features = ["unstable"] }
|
async-std = { version = "=1.6.0", features = ["unstable"] }
|
||||||
chrono = "0.4.6"
|
chrono = "0.4.22"
|
||||||
either = "1.4.0"
|
either = "1.8.0"
|
||||||
fs2 = "0.4.2"
|
fs2 = "0.4.3"
|
||||||
futures-util = "0.3.21"
|
futures-util = "0.3.25"
|
||||||
hubcaps = { git = "https://github.com/grahamc/hubcaps.git" }
|
hubcaps = { git = "https://github.com/grahamc/hubcaps.git" }
|
||||||
#hubcaps = { path = "../../../grahamc/hubcaps/" } # for testing patches
|
#hubcaps = { path = "../../../grahamc/hubcaps/" } # for testing patches
|
||||||
hyper = "0.10.*"
|
hyper = "0.10.*"
|
||||||
hyper-native-tls = "0.3.0"
|
hyper-native-tls = "0.3.0"
|
||||||
lapin = "1.0.0"
|
lapin = "1.10.0"
|
||||||
lru-cache = "0.1.1"
|
lru-cache = "0.1.2"
|
||||||
md5 = "0.3.5"
|
md5 = "0.3.8"
|
||||||
nom = "4.0.0-beta3"
|
nom = "4.2.3"
|
||||||
regex = "1.5.4"
|
regex = "1.7.0"
|
||||||
separator = "0.4.1"
|
separator = "0.4.1"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
sys-info = "0.5.6"
|
sys-info = "0.5.10"
|
||||||
tempfile = "2.2.0"
|
tempfile = "2.2.0"
|
||||||
tracing = "0.1.13"
|
tracing = "0.1.37"
|
||||||
tracing-subscriber = { version = "0.2.5", features = ["json"] }
|
tracing-subscriber = { version = "0.2.25", features = ["json"] }
|
||||||
uuid = { version = "0.4", features = ["v4"] }
|
uuid = { version = "0.4", features = ["v4"] }
|
||||||
|
|
Loading…
Reference in a new issue