From b621df64306ca5cc85bbb45c81c87ff2edf62569 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 3 Feb 2026 01:54:53 +0000 Subject: [PATCH] Update Rust crate getrandom to 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f63ceab9..1cdd8d55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ serde = { version = "1.0", default-features = false, features = ["derive", "allo serde_json = { version = "1.0", default-features = false, features = ["alloc"], optional = true } unicode-xid = { version = "0.2", default-features = false, optional = true } rust_decimal = { version = "1.16", default-features = false, features = ["maths"], optional = true } -getrandom = { version = "0.3", optional = true } +getrandom = { version = "0.4", optional = true } rustyline = { version = "17", optional = true } document-features = { version = "0.2", optional = true } -- 2.49.1