summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-05 03:28:59 +0000
committerGitHub <noreply@github.com>2023-02-05 03:28:59 +0000
commitd08925f87f3427fe4bf089501e3f3c18cf9a9491 (patch)
tree359dae218f8d5fe81f8534b68a58a7b11005f4ea /src
parent1bbc5e31c98d3fde2d70490ee23bb68ed1de34fd (diff)
downloadcryptography-d08925f87f3427fe4bf089501e3f3c18cf9a9491.tar.gz
Bump proc-macro2 from 1.0.50 to 1.0.51 in /src/rust (#8208)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.50 to 1.0.51. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.50...1.0.51) --- 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>
Diffstat (limited to 'src')
-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 ce33de00f..bc91e7bc7 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -396,9 +396,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
[[package]]
name = "proc-macro2"
-version = "1.0.50"
+version = "1.0.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
+checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
dependencies = [
"unicode-ident",
]