Skip to content

Commit

Permalink
Bump quick-xml from 0.36.2 to 0.37.0 in /rust
Browse files Browse the repository at this point in the history
Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.36.2 to 0.37.0.
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](tafia/quick-xml@v0.36.2...v0.37.0)

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tmolitor-stud-tu committed Oct 29, 2024
1 parent 3446aa3 commit 71ef458
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rust/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 rust/sdp-to-jingle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ crate-type = ["staticlib", "lib"]
[dependencies]
serde = {version = "1.0"}
serde_derive = {version = "1.0"}
quick-xml = { version = "0.36", features = ["serialize", "overlapped-lists"] }
quick-xml = { version = "0.37", features = ["serialize", "overlapped-lists"] }

webrtc-sdp = {version = "0.3.10", features = ["serialize"] }

0 comments on commit 71ef458

Please sign in to comment.