From 26467526916202f164ce0d68644e028df3839373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 19:54:09 +0000 Subject: [PATCH] build(deps): update fern requirement from 0.6.2 to 0.7.1 Updates the requirements on [fern](https://github.com/daboross/fern) to permit the latest version. - [Release notes](https://github.com/daboross/fern/releases) - [Changelog](https://github.com/daboross/fern/blob/main/CHANGELOG.md) - [Commits](https://github.com/daboross/fern/compare/fern-0.6.2...fern-0.7.1) --- updated-dependencies: - dependency-name: fern dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- actix-rest-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-rest-api/Cargo.toml b/actix-rest-api/Cargo.toml index 0bcc866..bb6839d 100644 --- a/actix-rest-api/Cargo.toml +++ b/actix-rest-api/Cargo.toml @@ -9,5 +9,5 @@ edition = "2021" actix-web = "4" actix-web-httpauth = "0.8.0" log = "0.4" -fern = "0.6.2" +fern = "0.7.1" humantime = "2.1.0" \ No newline at end of file