From a0b817835c05a8140e40c70ba8813e6478b82c75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 04:59:14 +0000 Subject: [PATCH] Bump proc-macro2 from 1.0.60 to 1.0.63 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.60 to 1.0.63. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.60...1.0.63) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- dropshot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9df3e488..68ac61b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1114,9 +1114,9 @@ checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba" [[package]] name = "proc-macro2" -version = "1.0.60" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406" +checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" dependencies = [ "unicode-ident", ] diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index dbfd616d..f7eb107d 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -24,7 +24,7 @@ http = "0.2.9" indexmap = "1.9.3" paste = "1.0.12" percent-encoding = "2.3.0" -proc-macro2 = "1.0.60" +proc-macro2 = "1.0.63" rustls = "0.21.2" rustls-pemfile = "1.0.2" serde_json = "1.0.97"