Skip to content

Commit b84f567

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 9f7e156 commit b84f567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)