Skip to content

Commit 5ecee64

Browse files
Bump proc-macro2 from 0.4.30 to 1.0.95
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 0.4.30 to 1.0.95. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@0.4.30...1.0.95) --- updated-dependencies: - dependency-name: proc-macro2 dependency-version: 1.0.95 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84a0731 commit 5ecee64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

intel-sgx/sgxs-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ env_logger = "0.9" # MIT/Apache-2.0
4848
yansi = "0.5" # MIT/Apache-2.0
4949
atty = "0.2" # MIT
5050
quote = "0.6" # MIT/Apache-2.0
51-
proc-macro2 = "0.4" # MIT/Apache-2.0
51+
proc-macro2 = "1.0" # MIT/Apache-2.0
5252
petgraph = "0.7" # MIT/Apache-2.0
5353
mopa = "0.2" # MIT/Apache-2.0
5454
syn = { version = "0.15", features = ["full"] } # MIT/Apache-2.0

0 commit comments

Comments
 (0)