Bump serde_tokenstream from 0.1.3 to 0.1.4 (#236)

Bumps [serde_tokenstream](https://github.com/oxidecomputer/serde_tokenstream) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/oxidecomputer/serde_tokenstream/releases)
- [Commits](https://github.com/oxidecomputer/serde_tokenstream/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>

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] 2022-11-13 13:40:18 -08:00 committed by GitHub
parent e131e3ab92
commit 522446d9b8
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

@ -1438,9 +1438,9 @@ dependencies = [
[[package]]
name = "serde_tokenstream"
version = "0.1.3"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6deb15c3a535e81438110111d90168d91721652f502abb147f31cde129f683d"
checksum = "cd80de2b23fd8f323001816f6db55b64b87302043519a45548708620ae6c71ef"
dependencies = [
"proc-macro2",
"serde",

View File

@ -13,7 +13,7 @@ progenitor-impl = { version = "0.2.1-dev", path = "../progenitor-impl" }
quote = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_tokenstream = "0.1.3"
serde_tokenstream = "0.1.4"
syn = "1.0"
[lib]