Skip to content

Commit

Permalink
Update transform-stream requirement from 0.2.0 to 0.3.0 (#138)
Browse files Browse the repository at this point in the history
Updates the requirements on [transform-stream](https://github.com/Nugine/transform-stream) to permit the latest version.
- [Release notes](https://github.com/Nugine/transform-stream/releases)
- [Commits](Nugine/transform-stream@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: transform-stream
  dependency-type: direct:production
...

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 Feb 2, 2023
1 parent 4e00f57 commit 529a907
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 @@ -63,7 +63,7 @@ tracing = "0.1.34"
tracing-error = "0.2.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.11", optional = true, features = ["env-filter", "time"] }
transform-stream = "0.2.0"
transform-stream = "0.3.0"
urlencoding = "2.1.0"
uuid = { version = "1.0.0", features = ["v4"] }
xml-rs = "0.8.4"
Expand Down

0 comments on commit 529a907

Please sign in to comment.