diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-29 00:36:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-29 00:36:49 +0200 |
| commit | 90f9de09b68298f5900bcf474bff6eebe341c52a (patch) | |
| tree | 4bfb32c6eab824f5dd17a14368b98f6f035444e0 | |
| parent | 2b0b01fb4af531226fd9bc5597c8ea18d7ba40a3 (diff) | |
| download | xesite-90f9de09b68298f5900bcf474bff6eebe341c52a.tar.xz xesite-90f9de09b68298f5900bcf474bff6eebe341c52a.zip | |
build(deps): bump uuid from 1.3.4 to 1.4.0 (#683)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.4 to 1.4.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.3.4...1.4.0)
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -3221,9 +3221,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" [[package]] name = "uuid" -version = "1.3.4" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81" +checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be" dependencies = [ "getrandom 0.2.8", "serde", @@ -46,7 +46,7 @@ tracing-futures = "0.2" tracing-subscriber = { version = "0.3", features = ["fmt"] } xml-rs = "0.8" url = "2" -uuid = { version = "1.3", features = ["serde", "v4"] } +uuid = { version = "1.4", features = ["serde", "v4"] } # workspace dependencies mastodon2text = { path = "./lib/mastodon2text" } |
