Remove spaceapi backport

This commit is contained in:
Xiretza 2023-07-18 20:31:45 +00:00
parent c9754bc00a
commit 10157a24db
2 changed files with 4 additions and 7 deletions

5
Cargo.lock generated
View file

@ -2564,8 +2564,9 @@ dependencies = [
[[package]]
name = "spaceapi"
version = "0.8.1"
source = "git+https://github.com/Xiretza/spaceapi-rs?branch=icon-closed-fix#b86867e266f01f9a6bbde33d31920f0c9575cf3a"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17c4add299cf8d62c8bc2c959b32e5447661676400f6784b8e7649d98909381"
dependencies = [
"log",
"serde",

View file

@ -16,7 +16,7 @@ matrix-sdk = { version = "0.6.2", features = ["e2e-encryption"] }
never-say-never = "6.6.666"
reqwest = { version = "0.11.12", features = ["json"] }
serde = { version = "1.0.147", features = ["derive"] }
spaceapi = "0.8.1"
spaceapi = "0.9.0"
thiserror = "1.0.37"
time = { version = "0.3.17", features = ["local-offset", "formatting", "macros"] }
tokio = { version = "1.21.2", features = ["full"] }
@ -29,7 +29,3 @@ color-eyre = "0.6.2"
tracing = "0.1.37"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
[patch.crates-io]
# https://github.com/spaceapi-community/spaceapi-rs/pull/111
spaceapi = { git = "https://github.com/Xiretza/spaceapi-rs", branch = "icon-closed-fix" }