forte-music / core

The core backend server for forte.
Other
6 stars 1 forks source link

Bump uuid from 0.6.5 to 0.8.1 #147

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

Bumps uuid from 0.6.5 to 0.8.1.

Release notes *Sourced from [uuid's releases](https://github.com/uuid-rs/uuid/releases).* > ## uuid 0.8.1: Docs > This release doesn't contain any source changes, it fixes up errors in the docs, adds clarification and more examples. > > # Contributions > > * Tidy up some docs. ([#434](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/434)) > > ## uuid 0.8.0: API polish and consolidation > This release is pretty substantial; it's the accumulation of some 8 months of work. It includes changes to error types, 128bit integer support, explicit endianness and V1 timestamps. > > # Contributions > > - [#427](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/427) > - [#419](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/419) > - [#424](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/424) > - [#418](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/418) > - [#413](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/413) > - [#407](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/407) > - [#404](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/404) > - [#400](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/400) > - [#399](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/399) > - [#398](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/398) > - [#397](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/397) > - [#396](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/396) > - [#394](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/394) > - [#393](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/393) > - [#390](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/390) > - [#389](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/389) > - [#388](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/388) > > ## uuid 0.7.3: Fast strings > # Added > * The `uuid::Error` error type. This is a sumtype of `uuid::BytesError` and `uuid::ParseError`.([#373](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/373)) > * Useful when the underlying uuid version and its error types don't matter until an error occurs. > * Add `encode_{lower, upper}` for the `uuid::adapter::{ Hyphenated, Simple, Urn }`([#378](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/378)) > * Relatedly, added `uuid::Uuid::encode_buffer` for the buffer used in the `encode_{lower,upper}` functions.([#378](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/378)) > > # Changes > * Remove the `rand` dependency for `v3` and `v5` `Uuid`s. ([#371](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/371)) > > --- > Anyone interested can see the entire diff between `0.7.2` and `0.7.3` [here](https://github.com/uuid-rs/uuid/compare/0.7.2...0.7.3). > > ## uuid 0.7.2: Microsoft love > # Added > * Support for `winapi` `GUID`s, with `guid` feature ([#336](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/336), [#338](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/338)) > * Introduce `Uuid` builder interface ([#332](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/332)) > * Support for compact serialization of `uuid::Uuid` and related types with `uuid::adapter::compact::{serialize,deserialize)` ([#331](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/331)) > * use `serde_derive`'s `#[serde(with = "uuid::adapter::compact::dense_serde")]` you can for your specific case with attributes. > * Add support for functions that provide uuids in little endian format ([#311](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/311)) > ... (truncated)
Commits - [`fb62500`](https://github.com/uuid-rs/uuid/commit/fb62500eef27e068fa0f86b1e99513f2b959b867) Merge [#435](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/435) - [`5b12da4`](https://github.com/uuid-rs/uuid/commit/5b12da498321a6d90a28e1083488e0ad0d404a25) prepare for 0.8.1 release - [`db2fe00`](https://github.com/uuid-rs/uuid/commit/db2fe00bcaaa9f895e411ed2cd54ee9c3938fb12) Merge [#434](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/434) - [`1c37051`](https://github.com/uuid-rs/uuid/commit/1c370519f61f86ee4952653fa4ba7a7844c9ca5f) tidy up some docs - [`aa6d78f`](https://github.com/uuid-rs/uuid/commit/aa6d78ff0b2e0c66ab7fc2b3a8f6fdf41f22dd17) Merge [#433](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/433) - [`b03c098`](https://github.com/uuid-rs/uuid/commit/b03c09891d1db1bcce34bac793f955997f487f58) use simpler version bound in readme - [`2799026`](https://github.com/uuid-rs/uuid/commit/2799026a3b93c766d9a79016f75e01a17eb23a88) prepare for 0.8.0 release - [`1b8308b`](https://github.com/uuid-rs/uuid/commit/1b8308b696f44250ccb0a508eff5ab7ce6759b87) Merge [#427](https://github-redirect.dependabot.com/uuid-rs/uuid/issues/427) - [`2497ac7`](https://github.com/uuid-rs/uuid/commit/2497ac7fe68e8ace547fcf71463a2026efd365e3) tweak feature testing - [`c6d39af`](https://github.com/uuid-rs/uuid/commit/c6d39afeaf47ee9a344f27edb2b59b8b36a1c4cf) run fmt - Additional commits viewable in [compare view](https://github.com/uuid-rs/uuid/compare/0.6.5...0.8.1)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Looks like uuid is up-to-date now, so this is no longer needed.