From 240291ab8121939515275b0b41df0439761e1a3c Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Tue, 15 Oct 2024 14:03:22 -0400 Subject: [PATCH] Update public-api to 0.39.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a5d41c4..96a89efc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ object = { version = "0.36", default-features = false } once_cell = { version = "1.20.1", default-features = false } proc-macro-error = { version = "1.0", default-features = false } proc-macro2 = { version = "1", default-features = false } -public-api = { version = "0.38.0", default-features = false } +public-api = { version = "0.39.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 }