Bump serde_tokenstream from 0.1.6 to 0.1.7 (#354)

Bumps [serde_tokenstream](https://github.com/oxidecomputer/serde_tokenstream) from 0.1.6 to 0.1.7.
- [Release notes](https://github.com/oxidecomputer/serde_tokenstream/releases)
- [Commits](https://github.com/oxidecomputer/serde_tokenstream/compare/v0.1.6...v0.1.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-06 11:23:03 -08:00 committed by GitHub
parent cbe875ad1a
commit b5b63cbb0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1610,9 +1610,9 @@ dependencies = [
[[package]]
name = "serde_tokenstream"
version = "0.1.6"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "274f512d6748a01e67cbcde5b4307ab2c9d52a98a2b870a980ef0793a351deff"
checksum = "797ba1d80299b264f3aac68ab5d12e5825a561749db4df7cd7c8083900c5d4e9"
dependencies = [
"proc-macro2",
"serde",

View File

@ -19,5 +19,5 @@ schemars = "0.8.12"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
serde_tokenstream = "0.1.6"
serde_tokenstream = "0.1.7"
syn = "1.0"