play song during update (#1832)

* play song

* change song
This commit is contained in:
Aiden McClelland
2022-09-26 16:52:12 -06:00
committed by GitHub
parent 8cf84a6cf2
commit 31c5aebe90
3 changed files with 20 additions and 38 deletions

View File

@@ -177,17 +177,6 @@ dependencies = [
"rustc-demangle",
]
[[package]]
name = "barrage"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be5951c75bdabb58753d140dd5802f12ff3a483cb2e16fb5276e111b94b19e87"
dependencies = [
"concurrent-queue",
"event-listener",
"spin 0.9.3",
]
[[package]]
name = "base32"
version = "0.4.0"
@@ -406,12 +395,6 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
[[package]]
name = "cache-padded"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
[[package]]
name = "cc"
version = "1.0.73"
@@ -569,15 +552,6 @@ dependencies = [
"serde_yaml 0.8.25",
]
[[package]]
name = "concurrent-queue"
version = "1.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"
dependencies = [
"cache-padded",
]
[[package]]
name = "const-oid"
version = "0.9.0"
@@ -2486,7 +2460,6 @@ name = "patch-db"
version = "0.1.0"
dependencies = [
"async-trait",
"barrage",
"fd-lock-rs",
"futures",
"imbl 1.0.1",
@@ -3035,7 +3008,7 @@ dependencies = [
"cc",
"libc",
"once_cell",
"spin 0.5.2",
"spin",
"untrusted",
"web-sys",
"winapi",
@@ -3515,12 +3488,6 @@ version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spin"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c530c2b0d0bf8b69304b39fe2001993e267461948b890cd037d8ad4293fa1a0d"
[[package]]
name = "spki"
version = "0.6.0"