Skip to content

Commit

Permalink
Update syntex requirement from 0.42 to 0.58
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2023
1 parent 9f7e156 commit b84f567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build = "build.rs"
[build-dependencies]
bindgen = "0.37.0"
glob = "0.2.11"
syntex = "0.42" # keep syntex version in match with pnet_macros/Cargo.toml
syntex = "0.58" # keep syntex version in match with pnet_macros/Cargo.toml
pnet = "0.25.0"
pnet_macros_support = "0.25.0"
pnet_macros = "0.25.0"
Expand Down

0 comments on commit b84f567

Please sign in to comment.