diff --git a/.config/hakari.toml b/.config/hakari.toml index 9562f92300..62f15df276 100644 --- a/.config/hakari.toml +++ b/.config/hakari.toml @@ -22,8 +22,9 @@ platforms = [ # "x86_64-pc-windows-msvc", ] +# Write out exact versions rather than a semver range. (Defaults to false.) +exact-versions = true + [traversal-excludes] workspace-members = ["xtask"] -# Write out exact versions rather than a semver range. (Defaults to false.) -# exact-versions = true diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index d3e00b1831..820b2d2336 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -14,248 +14,248 @@ publish = false ### BEGIN HAKARI SECTION [dependencies] -anyhow = { version = "1", features = ["backtrace"] } -bit-set = { version = "0.5" } -bit-vec = { version = "0.6" } -bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1" } -bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false, features = ["serde"] } -bitvec = { version = "1" } -bstr-6f8ce4dd05d13bba = { package = "bstr", version = "0.2" } -bstr-dff4ba8e3ae991db = { package = "bstr", version = "1" } -bytes = { version = "1", features = ["serde"] } -chrono = { version = "0.4", features = ["alloc", "serde"] } -cipher = { version = "0.4", default-features = false, features = ["block-padding", "zeroize"] } -clap = { version = "4", features = ["derive", "env", "wrap_help"] } -clap_builder = { version = "4", default-features = false, features = ["color", "env", "std", "suggestions", "usage", "wrap_help"] } -console = { version = "0.15" } -const-oid = { version = "0.9", default-features = false, features = ["db", "std"] } -crossbeam-epoch = { version = "0.9" } -crossbeam-utils = { version = "0.8" } -crypto-common = { version = "0.1", default-features = false, features = ["getrandom", "std"] } -diesel = { version = "2", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] } -digest = { version = "0.10", features = ["mac", "oid", "std"] } -either = { version = "1" } -flate2 = { version = "1" } -futures = { version = "0.3" } -futures-channel = { version = "0.3", features = ["sink"] } -futures-core = { version = "0.3" } -futures-io = { version = "0.3", default-features = false, features = ["std"] } -futures-sink = { version = "0.3" } -futures-task = { version = "0.3", default-features = false, features = ["std"] } -futures-util = { version = "0.3", features = ["channel", "io", "sink"] } +anyhow = { version = "1.0.75", features = ["backtrace"] } +bit-set = { version = "0.5.3" } +bit-vec = { version = "0.6.3" } +bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1.3.2" } +bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["serde"] } +bitvec = { version = "1.0.1" } +bstr-6f8ce4dd05d13bba = { package = "bstr", version = "0.2.17" } +bstr-dff4ba8e3ae991db = { package = "bstr", version = "1.6.0" } +bytes = { version = "1.5.0", features = ["serde"] } +chrono = { version = "0.4.31", features = ["alloc", "serde"] } +cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] } +clap = { version = "4.4.3", features = ["derive", "env", "wrap_help"] } +clap_builder = { version = "4.4.2", default-features = false, features = ["color", "env", "std", "suggestions", "usage", "wrap_help"] } +console = { version = "0.15.7" } +const-oid = { version = "0.9.5", default-features = false, features = ["db", "std"] } +crossbeam-epoch = { version = "0.9.15" } +crossbeam-utils = { version = "0.8.16" } +crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] } +diesel = { version = "2.1.1", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] } +digest = { version = "0.10.7", features = ["mac", "oid", "std"] } +either = { version = "1.9.0" } +flate2 = { version = "1.0.27" } +futures = { version = "0.3.28" } +futures-channel = { version = "0.3.28", features = ["sink"] } +futures-core = { version = "0.3.28" } +futures-io = { version = "0.3.28", default-features = false, features = ["std"] } +futures-sink = { version = "0.3.28" } +futures-task = { version = "0.3.28", default-features = false, features = ["std"] } +futures-util = { version = "0.3.28", features = ["channel", "io", "sink"] } gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "1e180ae55e56bd17af35cb868ffbd18ce487351d", features = ["std"] } -generic-array = { version = "0.14", default-features = false, features = ["more_lengths", "zeroize"] } -getrandom = { version = "0.2", default-features = false, features = ["js", "rdrand", "std"] } -hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", features = ["raw"] } -hashbrown-594e8ee84c453af0 = { package = "hashbrown", version = "0.13" } -hex = { version = "0.4", features = ["serde"] } -hyper = { version = "0.14", features = ["full"] } -indexmap = { version = "2", features = ["serde"] } -inout = { version = "0.1", default-features = false, features = ["std"] } -ipnetwork = { version = "0.20", features = ["schemars"] } -itertools = { version = "0.10" } -lalrpop-util = { version = "0.19" } -lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] } -libc = { version = "0.2", features = ["extra_traits"] } -log = { version = "0.4", default-features = false, features = ["std"] } -managed = { version = "0.8", default-features = false, features = ["alloc", "map"] } -memchr = { version = "2" } -num-bigint = { version = "0.4", features = ["rand"] } -num-integer = { version = "0.1", features = ["i128"] } -num-iter = { version = "0.1", default-features = false, features = ["i128"] } -num-traits = { version = "0.2", features = ["i128", "libm"] } -openapiv3 = { version = "1", default-features = false, features = ["skip_serializing_defaults"] } -petgraph = { version = "0.6", features = ["serde-1"] } -postgres-types = { version = "0.2", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] } -ppv-lite86 = { version = "0.2", default-features = false, features = ["simd", "std"] } -predicates = { version = "3" } -rand = { version = "0.8", features = ["min_const_gen"] } -rand_chacha = { version = "0.3" } -regex = { version = "1" } -regex-automata = { version = "0.3", default-features = false, features = ["dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] } -regex-syntax = { version = "0.7" } -reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls", "stream"] } -ring = { version = "0.16", features = ["std"] } -schemars = { version = "0.8", features = ["bytes", "chrono", "uuid1"] } -semver = { version = "1", features = ["serde"] } -serde = { version = "1", features = ["alloc", "derive", "rc"] } -sha2 = { version = "0.10", features = ["oid"] } -signature = { version = "2", default-features = false, features = ["digest", "rand_core", "std"] } -similar = { version = "2", features = ["inline", "unicode"] } -slog = { version = "2", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] } -spin = { version = "0.9" } -string_cache = { version = "0.8" } -subtle = { version = "2" } -syn-dff4ba8e3ae991db = { package = "syn", version = "1", features = ["extra-traits", "fold", "full", "visit"] } -syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] } -textwrap = { version = "0.16" } -time = { version = "0.3", features = ["formatting", "local-offset", "macros", "parsing"] } -tokio = { version = "1", features = ["full", "test-util"] } -tokio-postgres = { version = "0.7", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] } -tokio-stream = { version = "0.1", features = ["net"] } -toml = { version = "0.7" } -toml_datetime = { version = "0.6", default-features = false, features = ["serde"] } -toml_edit = { version = "0.19", features = ["serde"] } -tracing = { version = "0.1", features = ["log"] } -trust-dns-proto = { version = "0.22" } -unicode-bidi = { version = "0.3" } -unicode-normalization = { version = "0.1" } -usdt = { version = "0.3" } -uuid = { version = "1", features = ["serde", "v4"] } -yasna = { version = "0.5", features = ["bit-vec", "num-bigint", "std", "time"] } -zeroize = { version = "1", features = ["std", "zeroize_derive"] } -zip = { version = "0.6", default-features = false, features = ["bzip2", "deflate"] } +generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] } +getrandom = { version = "0.2.10", default-features = false, features = ["js", "rdrand", "std"] } +hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14.0", features = ["raw"] } +hashbrown-594e8ee84c453af0 = { package = "hashbrown", version = "0.13.2" } +hex = { version = "0.4.3", features = ["serde"] } +hyper = { version = "0.14.27", features = ["full"] } +indexmap = { version = "2.0.0", features = ["serde"] } +inout = { version = "0.1.3", default-features = false, features = ["std"] } +ipnetwork = { version = "0.20.0", features = ["schemars"] } +itertools = { version = "0.10.5" } +lalrpop-util = { version = "0.19.12" } +lazy_static = { version = "1.4.0", default-features = false, features = ["spin_no_std"] } +libc = { version = "0.2.148", features = ["extra_traits"] } +log = { version = "0.4.20", default-features = false, features = ["std"] } +managed = { version = "0.8.0", default-features = false, features = ["alloc", "map"] } +memchr = { version = "2.6.3" } +num-bigint = { version = "0.4.4", features = ["rand"] } +num-integer = { version = "0.1.45", features = ["i128"] } +num-iter = { version = "0.1.43", default-features = false, features = ["i128"] } +num-traits = { version = "0.2.16", features = ["i128", "libm"] } +openapiv3 = { version = "1.0.3", default-features = false, features = ["skip_serializing_defaults"] } +petgraph = { version = "0.6.4", features = ["serde-1"] } +postgres-types = { version = "0.2.6", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] } +ppv-lite86 = { version = "0.2.17", default-features = false, features = ["simd", "std"] } +predicates = { version = "3.0.3" } +rand = { version = "0.8.5", features = ["min_const_gen"] } +rand_chacha = { version = "0.3.1" } +regex = { version = "1.9.5" } +regex-automata = { version = "0.3.8", default-features = false, features = ["dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] } +regex-syntax = { version = "0.7.5" } +reqwest = { version = "0.11.20", features = ["blocking", "json", "rustls-tls", "stream"] } +ring = { version = "0.16.20", features = ["std"] } +schemars = { version = "0.8.13", features = ["bytes", "chrono", "uuid1"] } +semver = { version = "1.0.18", features = ["serde"] } +serde = { version = "1.0.188", features = ["alloc", "derive", "rc"] } +sha2 = { version = "0.10.7", features = ["oid"] } +signature = { version = "2.1.0", default-features = false, features = ["digest", "rand_core", "std"] } +similar = { version = "2.2.1", features = ["inline", "unicode"] } +slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] } +spin = { version = "0.9.8" } +string_cache = { version = "0.8.7" } +subtle = { version = "2.5.0" } +syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold", "full", "visit"] } +syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.32", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] } +textwrap = { version = "0.16.0" } +time = { version = "0.3.27", features = ["formatting", "local-offset", "macros", "parsing"] } +tokio = { version = "1.32.0", features = ["full", "test-util"] } +tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] } +tokio-stream = { version = "0.1.14", features = ["net"] } +toml = { version = "0.7.8" } +toml_datetime = { version = "0.6.3", default-features = false, features = ["serde"] } +toml_edit = { version = "0.19.15", features = ["serde"] } +tracing = { version = "0.1.37", features = ["log"] } +trust-dns-proto = { version = "0.22.0" } +unicode-bidi = { version = "0.3.13" } +unicode-normalization = { version = "0.1.22" } +usdt = { version = "0.3.5" } +uuid = { version = "1.4.1", features = ["serde", "v4"] } +yasna = { version = "0.5.2", features = ["bit-vec", "num-bigint", "std", "time"] } +zeroize = { version = "1.6.0", features = ["std", "zeroize_derive"] } +zip = { version = "0.6.6", default-features = false, features = ["bzip2", "deflate"] } [build-dependencies] -anyhow = { version = "1", features = ["backtrace"] } -bit-set = { version = "0.5" } -bit-vec = { version = "0.6" } -bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1" } -bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false, features = ["serde"] } -bitvec = { version = "1" } -bstr-6f8ce4dd05d13bba = { package = "bstr", version = "0.2" } -bstr-dff4ba8e3ae991db = { package = "bstr", version = "1" } -bytes = { version = "1", features = ["serde"] } -cc = { version = "1", default-features = false, features = ["parallel"] } -chrono = { version = "0.4", features = ["alloc", "serde"] } -cipher = { version = "0.4", default-features = false, features = ["block-padding", "zeroize"] } -clap = { version = "4", features = ["derive", "env", "wrap_help"] } -clap_builder = { version = "4", default-features = false, features = ["color", "env", "std", "suggestions", "usage", "wrap_help"] } -console = { version = "0.15" } -const-oid = { version = "0.9", default-features = false, features = ["db", "std"] } -crossbeam-epoch = { version = "0.9" } -crossbeam-utils = { version = "0.8" } -crypto-common = { version = "0.1", default-features = false, features = ["getrandom", "std"] } -diesel = { version = "2", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] } -digest = { version = "0.10", features = ["mac", "oid", "std"] } -either = { version = "1" } -flate2 = { version = "1" } -futures = { version = "0.3" } -futures-channel = { version = "0.3", features = ["sink"] } -futures-core = { version = "0.3" } -futures-io = { version = "0.3", default-features = false, features = ["std"] } -futures-sink = { version = "0.3" } -futures-task = { version = "0.3", default-features = false, features = ["std"] } -futures-util = { version = "0.3", features = ["channel", "io", "sink"] } +anyhow = { version = "1.0.75", features = ["backtrace"] } +bit-set = { version = "0.5.3" } +bit-vec = { version = "0.6.3" } +bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1.3.2" } +bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["serde"] } +bitvec = { version = "1.0.1" } +bstr-6f8ce4dd05d13bba = { package = "bstr", version = "0.2.17" } +bstr-dff4ba8e3ae991db = { package = "bstr", version = "1.6.0" } +bytes = { version = "1.5.0", features = ["serde"] } +cc = { version = "1.0.83", default-features = false, features = ["parallel"] } +chrono = { version = "0.4.31", features = ["alloc", "serde"] } +cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] } +clap = { version = "4.4.3", features = ["derive", "env", "wrap_help"] } +clap_builder = { version = "4.4.2", default-features = false, features = ["color", "env", "std", "suggestions", "usage", "wrap_help"] } +console = { version = "0.15.7" } +const-oid = { version = "0.9.5", default-features = false, features = ["db", "std"] } +crossbeam-epoch = { version = "0.9.15" } +crossbeam-utils = { version = "0.8.16" } +crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] } +diesel = { version = "2.1.1", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] } +digest = { version = "0.10.7", features = ["mac", "oid", "std"] } +either = { version = "1.9.0" } +flate2 = { version = "1.0.27" } +futures = { version = "0.3.28" } +futures-channel = { version = "0.3.28", features = ["sink"] } +futures-core = { version = "0.3.28" } +futures-io = { version = "0.3.28", default-features = false, features = ["std"] } +futures-sink = { version = "0.3.28" } +futures-task = { version = "0.3.28", default-features = false, features = ["std"] } +futures-util = { version = "0.3.28", features = ["channel", "io", "sink"] } gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "1e180ae55e56bd17af35cb868ffbd18ce487351d", features = ["std"] } -generic-array = { version = "0.14", default-features = false, features = ["more_lengths", "zeroize"] } -getrandom = { version = "0.2", default-features = false, features = ["js", "rdrand", "std"] } -hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", features = ["raw"] } -hashbrown-594e8ee84c453af0 = { package = "hashbrown", version = "0.13" } -hex = { version = "0.4", features = ["serde"] } -hyper = { version = "0.14", features = ["full"] } -indexmap = { version = "2", features = ["serde"] } -inout = { version = "0.1", default-features = false, features = ["std"] } -ipnetwork = { version = "0.20", features = ["schemars"] } -itertools = { version = "0.10" } -lalrpop-util = { version = "0.19" } -lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] } -libc = { version = "0.2", features = ["extra_traits"] } -log = { version = "0.4", default-features = false, features = ["std"] } -managed = { version = "0.8", default-features = false, features = ["alloc", "map"] } -memchr = { version = "2" } -num-bigint = { version = "0.4", features = ["rand"] } -num-integer = { version = "0.1", features = ["i128"] } -num-iter = { version = "0.1", default-features = false, features = ["i128"] } -num-traits = { version = "0.2", features = ["i128", "libm"] } -openapiv3 = { version = "1", default-features = false, features = ["skip_serializing_defaults"] } -petgraph = { version = "0.6", features = ["serde-1"] } -postgres-types = { version = "0.2", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] } -ppv-lite86 = { version = "0.2", default-features = false, features = ["simd", "std"] } -predicates = { version = "3" } -rand = { version = "0.8", features = ["min_const_gen"] } -rand_chacha = { version = "0.3" } -regex = { version = "1" } -regex-automata = { version = "0.3", default-features = false, features = ["dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] } -regex-syntax = { version = "0.7" } -reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls", "stream"] } -ring = { version = "0.16", features = ["std"] } -schemars = { version = "0.8", features = ["bytes", "chrono", "uuid1"] } -semver = { version = "1", features = ["serde"] } -serde = { version = "1", features = ["alloc", "derive", "rc"] } -sha2 = { version = "0.10", features = ["oid"] } -signature = { version = "2", default-features = false, features = ["digest", "rand_core", "std"] } -similar = { version = "2", features = ["inline", "unicode"] } -slog = { version = "2", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] } -spin = { version = "0.9" } -string_cache = { version = "0.8" } -subtle = { version = "2" } -syn-dff4ba8e3ae991db = { package = "syn", version = "1", features = ["extra-traits", "fold", "full", "visit"] } -syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] } -textwrap = { version = "0.16" } -time = { version = "0.3", features = ["formatting", "local-offset", "macros", "parsing"] } -time-macros = { version = "0.2", default-features = false, features = ["formatting", "parsing"] } -tokio = { version = "1", features = ["full", "test-util"] } -tokio-postgres = { version = "0.7", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] } -tokio-stream = { version = "0.1", features = ["net"] } -toml = { version = "0.7" } -toml_datetime = { version = "0.6", default-features = false, features = ["serde"] } -toml_edit = { version = "0.19", features = ["serde"] } -tracing = { version = "0.1", features = ["log"] } -trust-dns-proto = { version = "0.22" } -unicode-bidi = { version = "0.3" } -unicode-normalization = { version = "0.1" } -unicode-xid = { version = "0.2" } -usdt = { version = "0.3" } -uuid = { version = "1", features = ["serde", "v4"] } -yasna = { version = "0.5", features = ["bit-vec", "num-bigint", "std", "time"] } -zeroize = { version = "1", features = ["std", "zeroize_derive"] } -zip = { version = "0.6", default-features = false, features = ["bzip2", "deflate"] } +generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] } +getrandom = { version = "0.2.10", default-features = false, features = ["js", "rdrand", "std"] } +hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14.0", features = ["raw"] } +hashbrown-594e8ee84c453af0 = { package = "hashbrown", version = "0.13.2" } +hex = { version = "0.4.3", features = ["serde"] } +hyper = { version = "0.14.27", features = ["full"] } +indexmap = { version = "2.0.0", features = ["serde"] } +inout = { version = "0.1.3", default-features = false, features = ["std"] } +ipnetwork = { version = "0.20.0", features = ["schemars"] } +itertools = { version = "0.10.5" } +lalrpop-util = { version = "0.19.12" } +lazy_static = { version = "1.4.0", default-features = false, features = ["spin_no_std"] } +libc = { version = "0.2.148", features = ["extra_traits"] } +log = { version = "0.4.20", default-features = false, features = ["std"] } +managed = { version = "0.8.0", default-features = false, features = ["alloc", "map"] } +memchr = { version = "2.6.3" } +num-bigint = { version = "0.4.4", features = ["rand"] } +num-integer = { version = "0.1.45", features = ["i128"] } +num-iter = { version = "0.1.43", default-features = false, features = ["i128"] } +num-traits = { version = "0.2.16", features = ["i128", "libm"] } +openapiv3 = { version = "1.0.3", default-features = false, features = ["skip_serializing_defaults"] } +petgraph = { version = "0.6.4", features = ["serde-1"] } +postgres-types = { version = "0.2.6", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] } +ppv-lite86 = { version = "0.2.17", default-features = false, features = ["simd", "std"] } +predicates = { version = "3.0.3" } +rand = { version = "0.8.5", features = ["min_const_gen"] } +rand_chacha = { version = "0.3.1" } +regex = { version = "1.9.5" } +regex-automata = { version = "0.3.8", default-features = false, features = ["dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] } +regex-syntax = { version = "0.7.5" } +reqwest = { version = "0.11.20", features = ["blocking", "json", "rustls-tls", "stream"] } +ring = { version = "0.16.20", features = ["std"] } +schemars = { version = "0.8.13", features = ["bytes", "chrono", "uuid1"] } +semver = { version = "1.0.18", features = ["serde"] } +serde = { version = "1.0.188", features = ["alloc", "derive", "rc"] } +sha2 = { version = "0.10.7", features = ["oid"] } +signature = { version = "2.1.0", default-features = false, features = ["digest", "rand_core", "std"] } +similar = { version = "2.2.1", features = ["inline", "unicode"] } +slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] } +spin = { version = "0.9.8" } +string_cache = { version = "0.8.7" } +subtle = { version = "2.5.0" } +syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold", "full", "visit"] } +syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.32", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] } +textwrap = { version = "0.16.0" } +time = { version = "0.3.27", features = ["formatting", "local-offset", "macros", "parsing"] } +time-macros = { version = "0.2.13", default-features = false, features = ["formatting", "parsing"] } +tokio = { version = "1.32.0", features = ["full", "test-util"] } +tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] } +tokio-stream = { version = "0.1.14", features = ["net"] } +toml = { version = "0.7.8" } +toml_datetime = { version = "0.6.3", default-features = false, features = ["serde"] } +toml_edit = { version = "0.19.15", features = ["serde"] } +tracing = { version = "0.1.37", features = ["log"] } +trust-dns-proto = { version = "0.22.0" } +unicode-bidi = { version = "0.3.13" } +unicode-normalization = { version = "0.1.22" } +unicode-xid = { version = "0.2.4" } +usdt = { version = "0.3.5" } +uuid = { version = "1.4.1", features = ["serde", "v4"] } +yasna = { version = "0.5.2", features = ["bit-vec", "num-bigint", "std", "time"] } +zeroize = { version = "1.6.0", features = ["std", "zeroize_derive"] } +zip = { version = "0.6.6", default-features = false, features = ["bzip2", "deflate"] } [target.x86_64-unknown-linux-gnu.dependencies] -bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false, features = ["std"] } -hyper-rustls = { version = "0.24" } -mio = { version = "0.8", features = ["net", "os-ext"] } -once_cell = { version = "1", features = ["unstable"] } -rustix = { version = "0.38", features = ["fs", "termios"] } +bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] } +hyper-rustls = { version = "0.24.1" } +mio = { version = "0.8.8", features = ["net", "os-ext"] } +once_cell = { version = "1.18.0", features = ["unstable"] } +rustix = { version = "0.38.9", features = ["fs", "termios"] } [target.x86_64-unknown-linux-gnu.build-dependencies] -bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false, features = ["std"] } -hyper-rustls = { version = "0.24" } -mio = { version = "0.8", features = ["net", "os-ext"] } -once_cell = { version = "1", features = ["unstable"] } -rustix = { version = "0.38", features = ["fs", "termios"] } +bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] } +hyper-rustls = { version = "0.24.1" } +mio = { version = "0.8.8", features = ["net", "os-ext"] } +once_cell = { version = "1.18.0", features = ["unstable"] } +rustix = { version = "0.38.9", features = ["fs", "termios"] } [target.x86_64-apple-darwin.dependencies] -bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false, features = ["std"] } -hyper-rustls = { version = "0.24" } -mio = { version = "0.8", features = ["net", "os-ext"] } -once_cell = { version = "1", features = ["unstable"] } -rustix = { version = "0.38", features = ["fs", "termios"] } +bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] } +hyper-rustls = { version = "0.24.1" } +mio = { version = "0.8.8", features = ["net", "os-ext"] } +once_cell = { version = "1.18.0", features = ["unstable"] } +rustix = { version = "0.38.9", features = ["fs", "termios"] } [target.x86_64-apple-darwin.build-dependencies] -bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false, features = ["std"] } -hyper-rustls = { version = "0.24" } -mio = { version = "0.8", features = ["net", "os-ext"] } -once_cell = { version = "1", features = ["unstable"] } -rustix = { version = "0.38", features = ["fs", "termios"] } +bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] } +hyper-rustls = { version = "0.24.1" } +mio = { version = "0.8.8", features = ["net", "os-ext"] } +once_cell = { version = "1.18.0", features = ["unstable"] } +rustix = { version = "0.38.9", features = ["fs", "termios"] } [target.aarch64-apple-darwin.dependencies] -bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false, features = ["std"] } -hyper-rustls = { version = "0.24" } -mio = { version = "0.8", features = ["net", "os-ext"] } -once_cell = { version = "1", features = ["unstable"] } -rustix = { version = "0.38", features = ["fs", "termios"] } +bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] } +hyper-rustls = { version = "0.24.1" } +mio = { version = "0.8.8", features = ["net", "os-ext"] } +once_cell = { version = "1.18.0", features = ["unstable"] } +rustix = { version = "0.38.9", features = ["fs", "termios"] } [target.aarch64-apple-darwin.build-dependencies] -bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false, features = ["std"] } -hyper-rustls = { version = "0.24" } -mio = { version = "0.8", features = ["net", "os-ext"] } -once_cell = { version = "1", features = ["unstable"] } -rustix = { version = "0.38", features = ["fs", "termios"] } +bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] } +hyper-rustls = { version = "0.24.1" } +mio = { version = "0.8.8", features = ["net", "os-ext"] } +once_cell = { version = "1.18.0", features = ["unstable"] } +rustix = { version = "0.38.9", features = ["fs", "termios"] } [target.x86_64-unknown-illumos.dependencies] -bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false, features = ["std"] } -hyper-rustls = { version = "0.24" } -mio = { version = "0.8", features = ["net", "os-ext"] } -once_cell = { version = "1", features = ["unstable"] } -rustix = { version = "0.38", features = ["fs", "termios"] } +bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] } +hyper-rustls = { version = "0.24.1" } +mio = { version = "0.8.8", features = ["net", "os-ext"] } +once_cell = { version = "1.18.0", features = ["unstable"] } +rustix = { version = "0.38.9", features = ["fs", "termios"] } [target.x86_64-unknown-illumos.build-dependencies] -bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false, features = ["std"] } -hyper-rustls = { version = "0.24" } -mio = { version = "0.8", features = ["net", "os-ext"] } -once_cell = { version = "1", features = ["unstable"] } -rustix = { version = "0.38", features = ["fs", "termios"] } +bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] } +hyper-rustls = { version = "0.24.1" } +mio = { version = "0.8.8", features = ["net", "os-ext"] } +once_cell = { version = "1.18.0", features = ["unstable"] } +rustix = { version = "0.38.9", features = ["fs", "termios"] } ### END HAKARI SECTION