From 4a6d645bc7adcf4d98570bae9843fbf153505485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 19:54:48 +1000 Subject: [PATCH] Bump paste from 1.0.9 to 1.0.11 (#1279) Bumps [paste](https://github.com/dtolnay/paste) from 1.0.9 to 1.0.11. - [Release notes](https://github.com/dtolnay/paste/releases) - [Commits](https://github.com/dtolnay/paste/compare/1.0.9...1.0.11) --- updated-dependencies: - dependency-name: paste dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7ca0a075..4302a3c7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2871,7 +2871,7 @@ dependencies = [ "lazy_static", "libc", "libnss", - "paste 1.0.9", + "paste 1.0.11", ] [[package]] @@ -3160,9 +3160,9 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.9" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1" +checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba" [[package]] name = "paste-impl" diff --git a/Cargo.toml b/Cargo.toml index 94418ff08..f625dc92d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ num_enum = "^0.5.7" oauth2_ext = { version = "^4.1.0", package = "oauth2", default-features = false } openssl-sys = "^0.9" openssl = "^0.10.44" -paste = "^1.0.9" +paste = "^1.0.11" pkg-config = "^0.3.26" proc-macro2 = "1.0.49" profiles = { path = "./profiles" }