1
0

Merge pull request #25 from GothenburgBitFactory/dependabot/cargo/uuid-1.9.1

Bump uuid from 1.8.0 to 1.9.1
This commit is contained in:
Dustin J. Mitchell 2024-06-25 15:51:30 -04:00 committed by GitHub
commit bb8febdf91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1650,9 +1650,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "uuid"
version = "1.8.0"
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439"
dependencies = [
"getrandom",
"serde",

View File

@ -6,7 +6,7 @@ edition = "2021"
publish = false
[dependencies]
uuid = { version = "^1.8.0", features = ["serde", "v4"] }
uuid = { version = "^1.9.1", features = ["serde", "v4"] }
actix-web = "^4.8.0"
anyhow = "1.0"
thiserror = "1.0"