aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-08-16 23:09:41 -0400
committerNathan Perry <np@nathanperry.dev>2024-08-16 23:09:43 -0400
commit584f0ebc6e33ddc2905d82f44e7b42faea122668 (patch)
treee4a2bbc3d801086649c29a1de741dd49fc466b96 /Cargo.lock
parente0a9b18f45858829f88cbe20611aaf696fc5bf6a (diff)
fill in queued playback info
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 10 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0373af6..ec37269 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1076,6 +1076,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
+name = "humantime"
+version = "2.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
+
+[[package]]
name = "hyper"
version = "0.14.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3017,6 +3023,7 @@ dependencies = [
"envconfig_derive",
"fnv",
"grate",
+ "humantime",
"itertools",
"lazy_static",
"poise",
@@ -3037,6 +3044,7 @@ dependencies = [
"tokio",
"tokio-postgres",
"url",
+ "uuid",
"windows 0.58.0",
]
@@ -3567,9 +3575,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
-version = "1.8.0"
+version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
+checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
dependencies = [
"getrandom",
]