From 328742fddc675b3370057b382eb54acbc9b48c79 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Thu, 4 Jan 2024 21:04:15 +0100 Subject: [PATCH] deps: Update rustyline --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2afd425..9f9d9fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ rustix = { version = "0.38.22", features = ["mm", "fs"] } [dev-dependencies] image = { version = "0.24", default-features = false, features = ["png"] } rustix = { version = "0.38.22", features = ["event", "mm"] } -rustyline = "12" +rustyline = "13" [features] use_bindgen = ["drm-ffi/use_bindgen"]