Update the cargo versions

Fixes #64
This commit is contained in:
R Tyler Croy 2021-03-03 22:01:06 -08:00
parent 102ded9756
commit f8dc3af95e
18 changed files with 188 additions and 121 deletions

169
Cargo.lock generated
View File

@ -346,6 +346,18 @@ dependencies = [
"event-listener", "event-listener",
] ]
[[package]]
name = "async-native-tls"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e9e7a929bd34c68a82d58a4de7f86fffdaf97fb2af850162a7bb19dd7269b33"
dependencies = [
"async-std",
"native-tls",
"thiserror",
"url",
]
[[package]] [[package]]
name = "async-process" name = "async-process"
version = "1.0.2" version = "1.0.2"
@ -556,9 +568,9 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]] [[package]]
name = "bitvec" name = "bitvec"
version = "0.19.4" version = "0.19.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7ba35e9565969edb811639dbebfe34edc0368e472c5018474c8eb2543397f81" checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"
dependencies = [ dependencies = [
"funty", "funty",
"radium", "radium",
@ -818,6 +830,22 @@ dependencies = [
"version_check", "version_check",
] ]
[[package]]
name = "core-foundation"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
[[package]] [[package]]
name = "cpuid-bool" name = "cpuid-bool"
version = "0.1.2" version = "0.1.2"
@ -1108,19 +1136,6 @@ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
] ]
[[package]]
name = "env_logger"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
[[package]] [[package]]
name = "env_logger" name = "env_logger"
version = "0.7.1" version = "0.7.1"
@ -1187,7 +1202,7 @@ checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"libc", "libc",
"redox_syscall 0.2.5", "redox_syscall",
"winapi", "winapi",
] ]
@ -1220,6 +1235,21 @@ version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]] [[package]]
name = "form_urlencoded" name = "form_urlencoded"
version = "1.0.1" version = "1.0.1"
@ -1555,6 +1585,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "663563ebc56b0bac7e08722cca7742612fd99d9bd6d05cf904ed9d9212065a34" checksum = "663563ebc56b0bac7e08722cca7742612fd99d9bd6d05cf904ed9d9212065a34"
dependencies = [ dependencies = [
"async-h1", "async-h1",
"async-native-tls",
"async-std", "async-std",
"async-trait", "async-trait",
"cfg-if 1.0.0", "cfg-if 1.0.0",
@ -1929,6 +1960,24 @@ dependencies = [
"twoway", "twoway",
] ]
[[package]]
name = "native-tls"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]] [[package]]
name = "nb-connect" name = "nb-connect"
version = "1.0.3" version = "1.0.3"
@ -2019,6 +2068,20 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "openssl"
version = "0.10.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70"
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"foreign-types",
"lazy_static",
"libc",
"openssl-sys",
]
[[package]] [[package]]
name = "openssl-probe" name = "openssl-probe"
version = "0.1.2" version = "0.1.2"
@ -2084,7 +2147,7 @@ dependencies = [
"async-std", "async-std",
"log", "log",
"otto-agent", "otto-agent",
"pretty_env_logger 0.4.0", "pretty_env_logger",
"serde 1.0.123", "serde 1.0.123",
"serde_json", "serde_json",
"serde_yaml", "serde_yaml",
@ -2098,7 +2161,7 @@ dependencies = [
"config", "config",
"log", "log",
"otto-eventbus", "otto-eventbus",
"pretty_env_logger 0.3.1", "pretty_env_logger",
"serde 1.0.123", "serde 1.0.123",
"serde_json", "serde_json",
] ]
@ -2123,7 +2186,7 @@ dependencies = [
"os_pipe", "os_pipe",
"otto-agent", "otto-agent",
"otto-models", "otto-models",
"pretty_env_logger 0.4.0", "pretty_env_logger",
"serde 1.0.123", "serde 1.0.123",
"serde_json", "serde_json",
"tempfile", "tempfile",
@ -2147,7 +2210,7 @@ version = "0.1.0"
dependencies = [ dependencies = [
"async-std", "async-std",
"log", "log",
"pretty_env_logger 0.4.0", "pretty_env_logger",
"tide", "tide",
] ]
@ -2171,7 +2234,7 @@ dependencies = [
"log", "log",
"otto-models", "otto-models",
"otto-parser", "otto-parser",
"pretty_env_logger 0.4.0", "pretty_env_logger",
"serde_json", "serde_json",
"tide", "tide",
"uuid", "uuid",
@ -2189,7 +2252,7 @@ dependencies = [
"itertools", "itertools",
"log", "log",
"otto-models", "otto-models",
"pretty_env_logger 0.4.0", "pretty_env_logger",
"sqlx", "sqlx",
"tide", "tide",
"uuid", "uuid",
@ -2221,7 +2284,7 @@ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"instant", "instant",
"libc", "libc",
"redox_syscall 0.2.5", "redox_syscall",
"smallvec", "smallvec",
"winapi", "winapi",
] ]
@ -2358,24 +2421,13 @@ version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
[[package]]
name = "pretty_env_logger"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "717ee476b1690853d222af4634056d830b5197ffd747726a9a1eee6da9f49074"
dependencies = [
"chrono",
"env_logger 0.6.2",
"log",
]
[[package]] [[package]]
name = "pretty_env_logger" name = "pretty_env_logger"
version = "0.4.0" version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d" checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
dependencies = [ dependencies = [
"env_logger 0.7.1", "env_logger",
"log", "log",
] ]
@ -2511,12 +2563,6 @@ dependencies = [
"rand_core 0.6.2", "rand_core 0.6.2",
] ]
[[package]]
name = "redox_syscall"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]] [[package]]
name = "redox_syscall" name = "redox_syscall"
version = "0.2.5" version = "0.2.5"
@ -2634,6 +2680,29 @@ dependencies = [
"untrusted", "untrusted",
] ]
[[package]]
name = "security-framework"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfd318104249865096c8da1dfabf09ddbb6d0330ea176812a62ec75e40c4166"
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dee48cdde5ed250b0d3252818f646e174ab414036edb884dde62d80a3ac6082d"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]] [[package]]
name = "semver" name = "semver"
version = "0.9.0" version = "0.9.0"
@ -3086,13 +3155,13 @@ checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
[[package]] [[package]]
name = "surf" name = "surf"
version = "2.1.0" version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7189c787d96fe18fef704950de76d590022d9d70858a4a201e1f07a0666882ea" checksum = "2a154d33ca6b5e1fe6fd1c760e5a5cc1202425f6cca2e13229f16a69009f6328"
dependencies = [ dependencies = [
"async-std", "async-std",
"async-trait", "async-trait",
"cfg-if 0.1.10", "cfg-if 1.0.0",
"encoding_rs", "encoding_rs",
"futures-util", "futures-util",
"http-client", "http-client",
@ -3100,7 +3169,7 @@ dependencies = [
"log", "log",
"mime_guess", "mime_guess",
"once_cell", "once_cell",
"pin-project-lite 0.1.12", "pin-project-lite 0.2.5",
"serde 1.0.123", "serde 1.0.123",
"serde_json", "serde_json",
"web-sys", "web-sys",
@ -3142,14 +3211,14 @@ dependencies = [
[[package]] [[package]]
name = "tempfile" name = "tempfile"
version = "3.1.0" version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
dependencies = [ dependencies = [
"cfg-if 0.1.10", "cfg-if 1.0.0",
"libc", "libc",
"rand 0.7.3", "rand 0.8.3",
"redox_syscall 0.1.57", "redox_syscall",
"remove_dir_all", "remove_dir_all",
"winapi", "winapi",
] ]

View File

@ -10,10 +10,10 @@ path = "src/main.rs"
[dependencies] [dependencies]
async-std = { version = "1", features = ["attributes"]} async-std = { version = "1", features = ["attributes"]}
log = "~0.4.8" log = "0.4"
otto-agent= { path = "../../crates/agent" } otto-agent= { path = "../../crates/agent" }
pretty_env_logger = "~0.4.0" pretty_env_logger = "0.4"
serde_json = "~1.0.59" serde_json = "1"
# Needed for reading manifest yamls # Needed for reading manifest yamls
serde_yaml = "~0.8.13" serde_yaml = "0.8"
serde = {version = "~1.0.117", features = ["rc", "derive"]} serde = {version = "1", features = ["rc", "derive"]}

View File

@ -9,9 +9,9 @@ name = "osp"
path = "src/main.rs" path = "src/main.rs"
[dependencies] [dependencies]
flate2 = "~1.0.18" flate2 = "1"
gumdrop = "~0.8.0" gumdrop = "0.8"
otto-models = { path = "../../crates/models" } otto-models = { path = "../../crates/models" }
serde_yaml = "~0.8.13" serde_yaml = "0.8"
serde = {version = "~1.0.117", features = ["rc", "derive"]} serde = {version = "1", features = ["rc", "derive"]}
tar = "~0.4.30" tar = "0.4"

View File

@ -6,14 +6,14 @@ edition = "2018"
[dependencies] [dependencies]
async-std = { version = "1", features = ["attributes"]} async-std = { version = "1", features = ["attributes"]}
log = "~0.4.8" log = "0.4"
os_pipe = "~0.9.2" os_pipe = "0.9"
otto-models = { path = "../../crates/models" } otto-models = { path = "../../crates/models" }
serde_json = "~1.0.59" serde_json = "1"
# Needed for reading manifest yamls # Needed for reading manifest yamls
serde_yaml = "~0.8.13" serde_yaml = "0.8"
serde = {version = "~1.0.117", features = ["rc", "derive"]} serde = {version = "1", features = ["rc", "derive"]}
tempfile = "~3.1.0" tempfile = "3"
tide = "0.16" tide = "0.16"
url = "~2.2.0" url = "2"
uuid = { version = "~0.8.1", features = ["v4", "serde"]} uuid = { version = "0.8", features = ["v4", "serde"]}

View File

@ -5,7 +5,7 @@ authors = ["R. Tyler Croy <rtyler@brokenco.de>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
serde = {version = "~1.0.117", features = ["rc", "derive"]} serde = {version = "1", features = ["rc", "derive"]}
serde_json = "~1.0.59" serde_json = "1"
serde_yaml = "~0.8.17" serde_yaml = "0.8"
uuid = { version = "~0.8.1", features = ["v4", "serde"]} uuid = { version = "0.8", features = ["v4", "serde"]}

View File

@ -5,9 +5,9 @@ authors = ["R. Tyler Croy <rtyler@brokenco.de>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
log = "~0.4.11" log = "0.4"
otto-models = { path = "../models" } otto-models = { path = "../models" }
pest = "~2.1.3" pest = "2"
pest_derive = "~2.1.0" pest_derive = "2"
serde_json = "~1.0.59" serde_json = "1"
uuid = { version = "~0.8.1", features = ["v4", "serde"]} uuid = { version = "0.8", features = ["v4", "serde"]}

View File

@ -10,9 +10,9 @@ clap = { version = "~2.33.0", features = ["yaml"] }
# Handling configuration overlays # Handling configuration overlays
config = { version = "~0.10.1", features = ["yaml"] } config = { version = "~0.10.1", features = ["yaml"] }
# Logging # Logging
log = "~0.4.8" log = "0.4"
otto-eventbus = { path = "../eventbus" } otto-eventbus = { path = "../eventbus" }
pretty_env_logger = "~0.3.1" pretty_env_logger = "0.4"
# Adding the "rc" feature so we can serialize/deserialize Arc<T> and Rc<T> # Adding the "rc" feature so we can serialize/deserialize Arc<T> and Rc<T>
serde = { version = "~1.0.103", features = ["rc"] } serde = { version = "1", features = ["rc"] }
serde_json = "~1.0.0" serde_json = "1"

View File

@ -5,10 +5,8 @@ authors = ["R. Tyler Croy <rtyler@brokenco.de>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
log = "~0.4.8" log = "0.4"
serde = { version = "~1.0.111", features = ["rc"] } serde = { version = "1", features = ["rc"] }
serde_derive = "~1.0.106" serde_derive = "1"
serde_json = "~1.0.53" serde_json = "1"
uuid = { version = "~0.8.1", features = ["serde", "v4"] } uuid = { version = "0.8", features = ["serde", "v4"] }
[dev-dependencies]

View File

@ -6,13 +6,13 @@ edition = "2018"
[dependencies] [dependencies]
async-std = { version = "1", features = ["attributes"]} async-std = { version = "1", features = ["attributes"]}
log = "~0.4.11" log = "0.4"
os_pipe = "~0.9.2" os_pipe = "0.9"
otto-agent = { path = "../../crates/agent" } otto-agent = { path = "../../crates/agent" }
otto-models = { path = "../../crates/models" } otto-models = { path = "../../crates/models" }
pretty_env_logger = "~0.4.0" pretty_env_logger = "0.4"
serde = {version = "~1.0.117", features = ["rc", "derive"]} serde = {version = "1", features = ["rc", "derive"]}
serde_json = "~1.0.59" serde_json = "1"
tempfile = "~3.1.0" tempfile = "3"
tide = "0.16" tide = "0.16"
uuid = { version = "~0.8.1", features = ["v4", "serde"]} uuid = { version = "0.8", features = ["v4", "serde"]}

View File

@ -14,6 +14,6 @@ path = "src/main.rs"
[dependencies] [dependencies]
async-std = { version = "1", features = ["attributes"]} async-std = { version = "1", features = ["attributes"]}
log = "~0.4.11" log = "0.4"
pretty_env_logger = "~0.4.0" pretty_env_logger = "0.4"
tide = "0.16" tide = "0.16"

View File

@ -10,10 +10,10 @@ path = "src/main.rs"
[dependencies] [dependencies]
async-std = { version = "1", features = ["attributes"]} async-std = { version = "1", features = ["attributes"]}
log = "~0.4.11" log = "0.4"
otto-models = { path = "../../crates/models" } otto-models = { path = "../../crates/models" }
otto-parser = { path = "../../crates/parser" } otto-parser = { path = "../../crates/parser" }
pretty_env_logger = "~0.4.0" pretty_env_logger = "0.4"
serde_json = "~1.0.59" serde_json = "1"
tide = "0.16" tide = "0.16"
uuid = { version = "~0.8.1", features = ["v4", "serde"]} uuid = { version = "0.8", features = ["v4", "serde"]}

View File

@ -11,9 +11,9 @@ async-trait = "0.1"
async-std = { version = "1", features = ["attributes"]} async-std = { version = "1", features = ["attributes"]}
dotenv = "0.15" dotenv = "0.15"
itertools = "0.10" itertools = "0.10"
log = "~0.4.11" log = "0.4"
otto-models = { path = "../../crates/models" } otto-models = { path = "../../crates/models" }
pretty_env_logger = "~0.4.0" pretty_env_logger = "0.4"
sqlx = { version = "~0.5.1", features = ["runtime-async-std-rustls", "postgres", "tls", "json", "sqlite", "chrono", "macros", "uuid"]} sqlx = { version = "0.5", features = ["runtime-async-std-rustls", "postgres", "tls", "json", "sqlite", "chrono", "macros", "uuid"]}
tide = "0.16" tide = "0.16"
uuid = { version = "0.8", features = ["serde", "v4"]} uuid = { version = "0.8", features = ["serde", "v4"]}

View File

@ -6,11 +6,11 @@ edition = "2018"
[dependencies] [dependencies]
async-std = { version = "1", features = ["attributes"] } async-std = { version = "1", features = ["attributes"] }
flate2 = "~1.0.18" flate2 = "1"
glob = "~0.3.0" glob = "0.3"
otto-agent = { path = "../../crates/agent" } otto-agent = { path = "../../crates/agent" }
serde = {version = "~1.0.117", features = ["derive"]} serde = {version = "1", features = ["derive"]}
# Not using the curl-client default feature to ensure that builds won't require # Not using the curl-client default feature to ensure that builds won't require
# libcurl for now # libcurl for now
surf = { version = "~2.1.0", features = ["h1-client"]} surf = { version = "2", features = ["h1-client"]}
tar = "~0.4.30" tar = "0.4"

View File

@ -5,7 +5,7 @@ authors = ["R. Tyler Croy <rtyler@brokenco.de>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
serde_yaml = "~0.8.13" serde_yaml = "0.8"
serde = {version = "~1.0.117", features = ["derive"]} serde = {version = "1", features = ["derive"]}
otto-agent = { path = "../../crates/agent" } otto-agent = { path = "../../crates/agent" }
otto-models = { path = "../../crates/models" } otto-models = { path = "../../crates/models" }

View File

@ -6,4 +6,4 @@ edition = "2018"
[dependencies] [dependencies]
otto-agent = { path = "../../crates/agent" } otto-agent = { path = "../../crates/agent" }
serde = {version = "~1.0.117", features = ["derive"]} serde = {version = "1", features = ["derive"]}

View File

@ -5,9 +5,9 @@ authors = ["R. Tyler Croy <rtyler@brokenco.de>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
git2 = "~0.13.12" git2 = "0.13"
otto-agent = { path = "../../crates/agent" } otto-agent = { path = "../../crates/agent" }
serde = {version = "~1.0.117", features = ["derive"]} serde = {version = "1", features = ["derive"]}
url = "~2.2.0" url = "2"
# Used for managing the cached reference directories # Used for managing the cached reference directories
sha2 = "~0.9.2" sha2 = "0.9"

View File

@ -5,7 +5,7 @@ authors = ["R. Tyler Croy <rtyler@brokenco.de>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
os_pipe = "~0.9.2" os_pipe = "0.9"
otto-agent = { path = "../../crates/agent" } otto-agent = { path = "../../crates/agent" }
serde = {version = "~1.0.117", features = ["derive"]} serde = {version = "1", features = ["derive"]}
tempfile = "~3.1.0" tempfile = "3"

View File

@ -7,5 +7,5 @@ edition = "2018"
[dependencies] [dependencies]
async-std = { version = "1", features = ["attributes"] } async-std = { version = "1", features = ["attributes"] }
otto-agent = { path = "../../crates/agent" } otto-agent = { path = "../../crates/agent" }
serde = {version = "~1.0.117", features = ["derive"]} serde = {version = "1", features = ["derive"]}
surf = { version = "~2.1.0", features = ["h1-client"]} surf = { version = "2", features = ["h1-client"]}