From 5188e64abdef71d3b240df5a0ee5bed0890101e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 07:55:53 +0000 Subject: [PATCH] cargo: bump once_cell from 1.19.0 to 1.20.0 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.20.0. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.19.0...v1.20.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31e4c1c..258dd86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -473,9 +473,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe" [[package]] name = "predicates" diff --git a/Cargo.toml b/Cargo.toml index 4dd8618..06ee4d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ console = "0.15" ctrlc = "3.4" log = "0.4" notify = "6.1.1" -once_cell = "1.19" +once_cell = "1.20" pretty_env_logger = "0.5" qmluic = { version = "=0.1.0", path = "lib" } serde_json = "1.0" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 016fda3..ab07bc1 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" camino = "1.1.9" itertools = "0.13" log = "0.4" -once_cell = "1.19" +once_cell = "1.20" quick-xml = "0.36" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"