aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-21 03:59:52 +0000
committerGitHub <noreply@github.com>2024-06-21 03:59:52 +0000
commit60e81c1d73d235519e1c558b1be093dbb57d8bd7 (patch)
tree724d20816c52c57988d9d19ddf5e2ea64ee33fbc
parent737de4377cb133f11a60ae75ac20d708f7a7d83b (diff)
downloadpyca-cryptography-60e81c1d73d235519e1c558b1be093dbb57d8bd7.zip
pyca-cryptography-60e81c1d73d235519e1c558b1be093dbb57d8bd7.tar.gz
pyca-cryptography-60e81c1d73d235519e1c558b1be093dbb57d8bd7.tar.bz2
Bump proc-macro2 from 1.0.85 to 1.0.86 in /src/rust (#11132)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.85 to 1.0.86. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.85...1.0.86) --- 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 7e5c989..0c6459c 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -271,9 +271,9 @@ checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
[[package]]
name = "proc-macro2"
-version = "1.0.85"
+version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
+checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
dependencies = [
"unicode-ident",
]