Bump uuid from 0.8.1 to 0.8.2

Bumps [uuid](https://github.com/uuid-rs/uuid) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/0.8.1...0.8.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-29 23:34:12 +00:00 committed by GitHub
parent 98fdb15b75
commit 357bbcad01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View file

@ -2614,11 +2614,11 @@ dependencies = [
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "0.8.1" version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11" checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [ dependencies = [
"rand 0.7.3", "getrandom 0.2.2",
"serde", "serde",
] ]

View file

@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
uuid = { version = "^0.8.1", features = ["serde", "v4"] } uuid = { version = "^0.8.2", features = ["serde", "v4"] }
actix-web = "^3.3.0" actix-web = "^3.3.0"
anyhow = "1.0" anyhow = "1.0"
futures = "^0.3.8" futures = "^0.3.8"

View file

@ -11,7 +11,7 @@ license = "MIT"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
uuid = { version = "^0.8.1", features = ["serde", "v4"] } uuid = { version = "^0.8.2", features = ["serde", "v4"] }
serde = "^1.0.125" serde = "^1.0.125"
serde_json = "^1.0" serde_json = "^1.0"
chrono = { version = "^0.4.10", features = ["serde"] } chrono = { version = "^0.4.10", features = ["serde"] }