From adabfda75dc02f4f87a259949927e8ace4a52375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 03:04:49 +0000 Subject: [PATCH] dep-update: bump unleash-types from 0.15.4 to 0.15.6 Bumps [unleash-types](https://github.com/Unleash/unleash-types-rs) from 0.15.4 to 0.15.6. - [Release notes](https://github.com/Unleash/unleash-types-rs/releases) - [Changelog](https://github.com/Unleash/unleash-types-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/Unleash/unleash-types-rs/compare/v0.15.4...v0.15.6) --- updated-dependencies: - dependency-name: unleash-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fc69ee6..76c1aa67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4748,9 +4748,9 @@ dependencies = [ [[package]] name = "unleash-types" -version = "0.15.4" +version = "0.15.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e00ce8bb376d199edf068d04756f9cee78a561dbdb4cf49ebcad35cb452e3d5" +checksum = "4d1a484ffdd11851d672590d6e00bd36bf37f9eddc89f4ab1320b7ce35e7acd0" dependencies = [ "base64 0.22.1", "chrono", diff --git a/server/Cargo.toml b/server/Cargo.toml index 773c19db..d6288cf3 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -95,7 +95,7 @@ tokio-stream = { version = "0.1.17" } tracing = { version = "0.1.41", features = ["log"] } tracing-subscriber = { version = "0.3.19", features = ["json", "env-filter"] } ulid = "1.1.4" -unleash-types = { version = "0.15.4", features = ["openapi", "hashes"] } +unleash-types = { version = "0.15.6", features = ["openapi", "hashes"] } unleash-yggdrasil = { version = "0.14.6" } utoipa = { version = "5.3.1", features = ["actix_extras", "chrono"] } utoipa-swagger-ui = { version = "9.0.0", features = ["actix-web"] }