diff --git a/Cargo.lock b/Cargo.lock index 9f1cabb..1f07720 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,7 +421,7 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -708,7 +708,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1630,7 +1630,7 @@ dependencies = [ [[package]] name = "reactive-graph-behaviour-model-api" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" dependencies = [ "dashmap", "reactive-graph-graph", @@ -1645,7 +1645,7 @@ dependencies = [ [[package]] name = "reactive-graph-behaviour-model-impl" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" dependencies = [ "dashmap", "log", @@ -1662,7 +1662,7 @@ dependencies = [ [[package]] name = "reactive-graph-behaviour-service-api" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" dependencies = [ "async-trait", "reactive-graph-behaviour-model-api", @@ -1677,7 +1677,7 @@ dependencies = [ [[package]] name = "reactive-graph-command-model" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" dependencies = [ "clap", "reactive-graph-graph", @@ -1694,7 +1694,7 @@ dependencies = [ [[package]] name = "reactive-graph-config-model" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" dependencies = [ "num_cpus", "reactive-graph-remotes-model", @@ -1704,7 +1704,7 @@ dependencies = [ [[package]] name = "reactive-graph-graph" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" dependencies = [ "const_format", "dashmap", @@ -1724,7 +1724,7 @@ dependencies = [ [[package]] name = "reactive-graph-lifecycle" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" dependencies = [ "async-trait", ] @@ -1732,7 +1732,7 @@ dependencies = [ [[package]] name = "reactive-graph-plugin-api" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" dependencies = [ "async-trait", "http", @@ -1757,12 +1757,12 @@ dependencies = [ [[package]] name = "reactive-graph-plugin-derive" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" [[package]] name = "reactive-graph-reactive-derive" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" dependencies = [ "darling", "proc-macro2", @@ -1773,7 +1773,7 @@ dependencies = [ [[package]] name = "reactive-graph-reactive-model-api" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" dependencies = [ "reactive-graph-graph", "serde_json", @@ -1784,7 +1784,7 @@ dependencies = [ [[package]] name = "reactive-graph-reactive-model-impl" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" dependencies = [ "dashmap", "reactive-graph-behaviour-model-api", @@ -1799,7 +1799,7 @@ dependencies = [ [[package]] name = "reactive-graph-reactive-service-api" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" dependencies = [ "async-trait", "crossbeam", @@ -1823,7 +1823,7 @@ dependencies = [ [[package]] name = "reactive-graph-remotes-model" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" dependencies = [ "chrono", "serde", @@ -1833,7 +1833,7 @@ dependencies = [ [[package]] name = "reactive-graph-runtime-model" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" dependencies = [ "reactive-graph-graph", "serde", @@ -1844,7 +1844,7 @@ dependencies = [ [[package]] name = "reactive-graph-serde" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" dependencies = [ "json5", "serde_json", @@ -2099,7 +2099,7 @@ dependencies = [ [[package]] name = "reactive-graph-type-system-api" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" dependencies = [ "async-trait", "json5", @@ -2119,7 +2119,7 @@ dependencies = [ [[package]] name = "reactive-graph-type-system-derive" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" dependencies = [ "darling", "proc-macro2", @@ -2130,7 +2130,7 @@ dependencies = [ [[package]] name = "reactive-graph-utils-test" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#6b9987a31d22130e745b604b6a4cfbb45d84936b" +source = "git+https://github.com/reactive-graph/reactive-graph.git#67db7b8ac3d3aa4e6f8bc0339eec5d8fd7f520ba" dependencies = [ "colored", "log", @@ -2254,7 +2254,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2902,7 +2902,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]]