From e05cc640ef2a66fe332056b145fede9103c4851d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 05:18:51 +0000 Subject: [PATCH] Bump self_cell from 1.0.4 to 1.1.0 Bumps [self_cell](https://github.com/Voultapher/self_cell) from 1.0.4 to 1.1.0. - [Release notes](https://github.com/Voultapher/self_cell/releases) - [Commits](https://github.com/Voultapher/self_cell/compare/v1.0.4...v1.1.0) --- updated-dependencies: - dependency-name: self_cell dependency-type: direct:production update-type: version-update:semver-minor ... 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 d3481d9..b31a240 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -816,9 +816,9 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "self_cell" -version = "1.0.4" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a" +checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe" [[package]] name = "semver" diff --git a/Cargo.toml b/Cargo.toml index 8c871e9..547d52a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ strum = { version = "0.26.3", features = ["derive"] } chrono = { version = "0.4.38", optional = true } parquet = { version = "53.3.0", optional = true } parquet_derive = { version = "53.3.0", optional = true } -self_cell = "1.0.4" +self_cell = "1.1.0" [dev-dependencies] divan = "0.1.17"