Upgrade to TaskChampion 0.9.0 (#3662)

See https://github.com/GothenburgBitFactory/taskchampion/releases/tag/v0.9.0
This commit is contained in:
Dustin J. Mitchell 2024-10-31 08:59:49 -04:00 committed by GitHub
parent 6ff900f3fc
commit 94c95563ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -1405,9 +1405,9 @@ dependencies = [
[[package]]
name = "taskchampion"
version = "0.8.0"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1f199799caef799e37d56743d39fa247ace2f08546c372dc588555e7ec53138"
checksum = "5719b8204660c0f5efc5777bd82e012a45ec36ab7315965c73b32526db2a7eb4"
dependencies = [
"anyhow",
"byteorder",
@ -1689,9 +1689,9 @@ checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
[[package]]
name = "uuid"
version = "1.10.0"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
dependencies = [
"getrandom",
"serde",

View file

@ -8,7 +8,7 @@ publish = false
crate-type = ["staticlib"]
[dependencies]
taskchampion = "0.8.0"
taskchampion = "0.9.0"
cxx = "1.0.124"
[build-dependencies]