From 978e4dd8d19b18ee458f4075f29b0e72d882a5fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 19:03:42 +0000 Subject: [PATCH] Bump proc-macro2 from 1.0.39 to 1.0.40 (#379) Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.39 to 1.0.40. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.39...1.0.40) --- updated-dependencies: - dependency-name: proc-macro2 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> --- Cargo.lock | 4 ++-- dropshot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6028bc6f..0a1cebded 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -938,9 +938,9 @@ checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba" [[package]] name = "proc-macro2" -version = "1.0.39" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f" +checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7" dependencies = [ "unicode-ident", ] diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index ede06af09..71311e56b 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -22,7 +22,7 @@ indexmap = "1.8.2" openapiv3 = "=1.0.1" paste = "1.0.7" percent-encoding = "2.1.0" -proc-macro2 = "1.0.39" +proc-macro2 = "1.0.40" rustls = "0.20.6" rustls-pemfile = "1.0.0" serde_json = "1.0.81"