summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-17 13:05:45 +0000
committerGitHub <noreply@github.com>2023-05-17 13:05:45 +0000
commitc1ff39ff5cb0a179cd9a8fa44dd94482487e2fa5 (patch)
tree122cc67ee374e440cd1cd8e25e31637d959f4221
parent736df2dc357ed36b0f602eb64ee278f9e3b7f041 (diff)
downloadcryptography-c1ff39ff5cb0a179cd9a8fa44dd94482487e2fa5.tar.gz
Bump proc-macro2 from 1.0.57 to 1.0.58 in /src/rust (#8940)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.57 to 1.0.58. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.57...1.0.58) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--src/rust/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index fd51294d9..957b228a0 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -285,9 +285,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.57"
+version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c4ec6d5fe0b140acb27c9a0444118cf55bfbb4e0b259739429abb4521dd67c16"
+checksum = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8"
dependencies = [
"unicode-ident",
]