From aca2b482c2ac922c095a6157f82c1bbc221a1bc1 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 3 Sep 2026 20:13:51 +0200 Subject: [PATCH] deps: updated lupus to 0.0.5 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98cc8fe..da49fac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1596,13 +1596,13 @@ dependencies = [ [[package]] name = "lupus" -version = "0.0.4" +version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5491b06cc08e8ec80798f31c9e12892dc48cf79d7b851f30a0b4dcffa8ff4e3c" +checksum = "d63a56c98f5a06e1d00b5ab768b62302641450d70da6fdb79573584e3f582371" dependencies = [ "jsonschema", "serde_json", - "tucana 0.0.81", + "tucana 0.0.82", ] [[package]] @@ -2958,7 +2958,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.3", "once_cell", "rustix", "windows-sys 0.61.2", diff --git a/Cargo.toml b/Cargo.toml index 552f6d8..df732e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ tucana = { version = "0.0.82" } tokio = { version = "1.44.1", features = ["rt-multi-thread", "signal"] } log = "0.4.27" opentelemetry = { version = "0.32.0", features = ["metrics"] } -lupus = "0.0.4" +lupus = "0.0.5" futures-lite = "2.6.0" rand = "0.10.0" base64 = "0.23.0"