From fbd26da484bf22c82651c9aacf4bbcc283e9dd5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 27 May 2024 22:59:50 +0000 Subject: [PATCH] chore(deps): cargo hakari --- Cargo.lock | 1 + homestar-workspace-hack/Cargo.toml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 5c4fed20..414e95ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2918,6 +2918,7 @@ dependencies = [ "serde_json", "sha2 0.10.8", "signature", + "smallvec", "spin 0.9.8", "subtle", "syn 1.0.109", diff --git a/homestar-workspace-hack/Cargo.toml b/homestar-workspace-hack/Cargo.toml index 8bd36619..e9858ac6 100644 --- a/homestar-workspace-hack/Cargo.toml +++ b/homestar-workspace-hack/Cargo.toml @@ -68,6 +68,7 @@ serde = { version = "1.0.197", features = ["alloc", "derive", "rc"] } serde_json = { version = "1.0.114", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sha2 = { version = "0.10.8" } signature = { version = "2.2.0", default-features = false, features = ["std"] } +smallvec = { version = "1.13.1", default-features = false, features = ["const_new", "union"] } time = { version = "0.3.34", features = ["formatting", "local-offset", "macros", "parsing"] } tokio = { version = "1.36.0", features = ["fs", "io-std", "io-util", "macros", "net", "rt-multi-thread", "signal", "test-util", "tracing"] } tokio-stream = { version = "0.1.14", features = ["net", "sync"] } @@ -141,6 +142,7 @@ serde = { version = "1.0.197", features = ["alloc", "derive", "rc"] } serde_json = { version = "1.0.114", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } sha2 = { version = "0.10.8" } signature = { version = "2.2.0", default-features = false, features = ["std"] } +smallvec = { version = "1.13.1", default-features = false, features = ["const_new", "union"] } syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "full", "visit"] } syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.50", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] } time = { version = "0.3.34", features = ["formatting", "local-offset", "macros", "parsing"] }