From bf2050a56cd2adbde0534886af5485ce7b75d5cd Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Thu, 1 Aug 2024 18:49:42 +0200 Subject: [PATCH] improv: update cosmic-text to 0.12.1 --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b010526..043ea92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1216,8 +1216,8 @@ dependencies = [ [[package]] name = "cosmic-text" -version = "0.12.0" -source = "git+https://github.com/pop-os/cosmic-text.git#4f316658050536c4254fb70639f4b5203c31dbce" +version = "0.12.1" +source = "git+https://github.com/pop-os/cosmic-text.git#58c2ccd1fb3daf0abc792f9dd52b5766b7125ccd" dependencies = [ "bitflags 2.5.0", "cosmic_undo_2", @@ -3405,7 +3405,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.52.5", + "windows-targets 0.48.5", ] [[package]]