From 2e0d280cc1cc3e40b2831a2311dca3c23255788d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:26:06 +0000 Subject: [PATCH] Bump tzf-rs from 0.4.7 to 0.4.8 Bumps [tzf-rs](https://github.com/ringsaturn/tzf-rs) from 0.4.7 to 0.4.8. - [Release notes](https://github.com/ringsaturn/tzf-rs/releases) - [Changelog](https://github.com/ringsaturn/tzf-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ringsaturn/tzf-rs/compare/v0.4.7...v0.4.8) --- updated-dependencies: - dependency-name: tzf-rs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ext/tzf/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f71403a..1f55786 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -567,9 +567,9 @@ checksum = "3da647db441b5aad0454a41573a267edb82b67b82ca3b6a65d11c39ebce74a99" [[package]] name = "tzf-rs" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7825d9112d2693367b1e1f61abb57f44a335cd8213b8f13400be8c91b39f85e0" +checksum = "7f10765037fa5376d5fc3603d3c898d1f579bf5a59b87594b9f6b2b3f0b9c14c" dependencies = [ "anyhow", "bytes", diff --git a/ext/tzf/Cargo.toml b/ext/tzf/Cargo.toml index 29e786c..df270d0 100644 --- a/ext/tzf/Cargo.toml +++ b/ext/tzf/Cargo.toml @@ -12,4 +12,4 @@ crate-type = ["cdylib"] [dependencies] lazy_static = "1.4.0" magnus = { version = "0.6" } -tzf-rs = { version = "0.4.7", default-features = false } +tzf-rs = { version = "0.4.8", default-features = false }