From 48656d4ec9f8dd91967497e001bea5f10f26cf9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:13:15 +0000 Subject: [PATCH] build(deps): bump talc from 3.1.2 to 4.0.0 Bumps [talc](https://github.com/SFBdragon/talc) from 3.1.2 to 4.0.0. - [Commits](https://github.com/SFBdragon/talc/commits) --- updated-dependencies: - dependency-name: talc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 35c28ffbda..862ab76eb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1146,9 +1146,9 @@ dependencies = [ [[package]] name = "talc" -version = "3.1.2" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c33c8e8f66402b22785de458a20abc1a424b40c6bb1526bdb74b7664ac4eec29" +checksum = "4c8a90197f5e7279d514c1dc88c300f70323c8d0cf70c05941094007363f00b7" dependencies = [ "lock_api", ] diff --git a/Cargo.toml b/Cargo.toml index 791a20072c..df32b6073f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ rand_chacha = { version = "0.3", default-features = false } shell-words = { version = "1.1", default-features = false } smallvec = { version = "1", features = ["const_new"] } take-static = "0.1" -talc = { version = "3" } +talc = { version = "4" } time = { version = "0.3", default-features = false } zerocopy = { version = "0.7", features = ["derive"] }