From 2b97541a2143fd4a370bafbc0c02ba6aeb7b27ae Mon Sep 17 00:00:00 2001 From: 0x192 Date: Tue, 2 Nov 2021 21:44:00 +0100 Subject: [PATCH] Allow breaking changes for all unstable dependencies --- Cargo.lock | 12 ++++++------ Cargo.toml | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b34f2c7..8eec9c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -267,7 +267,7 @@ dependencies = [ "block", "cocoa-foundation", "core-foundation 0.9.2", - "core-graphics 0.22.2", + "core-graphics 0.22.3", "foreign-types", "libc", "objc", @@ -361,9 +361,9 @@ dependencies = [ [[package]] name = "core-graphics" -version = "0.22.2" +version = "0.22.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "269f35f69b542b80e736a20a89a05215c0ce80c2c03c514abb2e318b78379d86" +checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" dependencies = [ "bitflags", "core-foundation 0.9.2", @@ -391,7 +391,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25" dependencies = [ "core-foundation 0.9.2", - "core-graphics 0.22.2", + "core-graphics 0.22.3", "foreign-types", "libc", ] @@ -666,7 +666,7 @@ dependencies = [ "bitflags", "byteorder", "core-foundation 0.9.2", - "core-graphics 0.22.2", + "core-graphics 0.22.3", "core-text", "dirs-next", "dwrote", @@ -2752,7 +2752,7 @@ dependencies = [ "block", "cocoa", "core-foundation 0.9.2", - "core-graphics 0.22.2", + "core-graphics 0.22.3", "core-video-sys", "dispatch", "instant", diff --git a/Cargo.toml b/Cargo.toml index f1eec95..bf155f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,11 +25,11 @@ iced = { git = "https://github.com/hecrj/iced.git" } serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0" static_init = "^1.0" -fern = { version = "^0.6", features = ["colored"] } -log = "^0.4" -chrono = "^0.4" +fern = { version = "^0", features = ["colored"] } +log = "^0" +chrono = "^0" regex = "^1.5" -toml = "^0.5" +toml = "^0" dirs = "^4.0" [profile.release]