From 5c0455bf9b86871d2b012add6c4dc1c649462bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:16:48 +0000 Subject: chore(deps): bump rustls-pemfile from 2.1.0 to 2.1.1 (#1814) Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](https://github.com/rustls/pemfile/compare/v/2.1.0...v/2.1.1) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- atuin-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atuin-server') diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 84db5c1a..727d5031 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -32,7 +32,7 @@ tower = "0.4" tower-http = { version = "0.5.1", features = ["trace"] } reqwest = { workspace = true } rustls = "0.21" -rustls-pemfile = "2.0" +rustls-pemfile = "2.1" argon2 = "0.5.3" semver = { workspace = true } metrics-exporter-prometheus = "0.12.1" -- cgit v1.3.1