Skip to content

Commit

Permalink
Bump serde_tokenstream from 0.2.1 to 0.2.2 (#657)
Browse files Browse the repository at this point in the history
Bumps [serde_tokenstream](https://github.com/oxidecomputer/serde_tokenstream) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/oxidecomputer/serde_tokenstream/releases)
- [Commits](oxidecomputer/serde_tokenstream@v0.2.1...v0.2.2)

---
updated-dependencies:
- dependency-name: serde_tokenstream
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent d2be6eb commit ebdee8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typify-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ schemars = "0.8.21"
semver = { version = "1.0.23", features = ["serde"] }
serde = "1.0.208"
serde_json = "1.0.124"
serde_tokenstream = "0.2.1"
serde_tokenstream = "0.2.2"
syn = { version = "2.0", features = ["full", "extra-traits"] }
typify-impl = { version = "0.1.0", path = "../typify-impl" }

0 comments on commit ebdee8c

Please sign in to comment.