From e46fae745959be3406e5db9e3a1949a6c0bf952a Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Mon, 27 Jan 2025 12:40:47 +0200 Subject: [PATCH] Update public-api to 0.43.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b49d2652..ae881f36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ octorust = { version = "0.9.0", default-features = false } once_cell = { version = "1.20.1", default-features = false } proc-macro2 = { version = "1", default-features = false } proc-macro2-diagnostics = { version = "0.10.1", default-features = false } -public-api = { version = "0.42.0", default-features = false } +public-api = { version = "0.43.0", default-features = false } quote = { version = "1", default-features = false } rand = { version = "0.8", default-features = false } rbpf = { version = "0.3.0", default-features = false }