Skip to content

Commit 69ce681

Browse files
Update syntex requirement from 0.42 to 0.58
Updates the requirements on [syntex](https://github.com/erickt/rust-syntex) to permit the latest version. - [Release notes](https://github.com/erickt/rust-syntex/releases) - [Commits](serde-deprecated/syntex@v0.42.0...v0.58.1) --- updated-dependencies: - dependency-name: syntex dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2cb724e commit 69ce681

File tree

2 files changed

+69
-11
lines changed

2 files changed

+69
-11
lines changed

Cargo.lock

Lines changed: 68 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build = "build.rs"
88
[build-dependencies]
99
bindgen = "0.37.0"
1010
glob = "0.2.11"
11-
syntex = "0.42" # keep syntex version in match with pnet_macros/Cargo.toml
11+
syntex = "0.58" # keep syntex version in match with pnet_macros/Cargo.toml
1212
pnet = "0.25.0"
1313
pnet_macros_support = "0.25.0"
1414
pnet_macros = "0.25.0"

0 commit comments

Comments
 (0)