From 6035bc7d2fe5c1b0dd85ac4ccd080f5fdb36c7bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 10:26:35 +0000 Subject: [PATCH] Bump once_cell from 1.20.0 to 1.20.3 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.0 to 1.20.3. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.20.0...v1.20.3) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch ... 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 ac55c516..c7fb1d1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1445,9 +1445,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.0" +version = "1.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe" +checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" [[package]] name = "openssl" diff --git a/Cargo.toml b/Cargo.toml index 8ffd3bef..599e7203 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ async-trait = "0.1.81" # Investigate if wither::bson can be used instead and activate this feature. bson = { version = "2.10.0", features = ["serde_with", "chrono-0_4"] } jsonwebtoken = "9.3.0" -once_cell = "1.20.0" +once_cell = "1.20.3" bcrypt = "0.15.1" validator = { version = "0.18.1", features = ["derive"] } mime = "0.3.17"