Remove spaceapi backport
This commit is contained in:
parent
c9754bc00a
commit
10157a24db
2 changed files with 4 additions and 7 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -2564,8 +2564,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "spaceapi"
|
name = "spaceapi"
|
||||||
version = "0.8.1"
|
version = "0.9.0"
|
||||||
source = "git+https://github.com/Xiretza/spaceapi-rs?branch=icon-closed-fix#b86867e266f01f9a6bbde33d31920f0c9575cf3a"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "c17c4add299cf8d62c8bc2c959b32e5447661676400f6784b8e7649d98909381"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"serde",
|
"serde",
|
||||||
|
|
|
@ -16,7 +16,7 @@ matrix-sdk = { version = "0.6.2", features = ["e2e-encryption"] }
|
||||||
never-say-never = "6.6.666"
|
never-say-never = "6.6.666"
|
||||||
reqwest = { version = "0.11.12", features = ["json"] }
|
reqwest = { version = "0.11.12", features = ["json"] }
|
||||||
serde = { version = "1.0.147", features = ["derive"] }
|
serde = { version = "1.0.147", features = ["derive"] }
|
||||||
spaceapi = "0.8.1"
|
spaceapi = "0.9.0"
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.37"
|
||||||
time = { version = "0.3.17", features = ["local-offset", "formatting", "macros"] }
|
time = { version = "0.3.17", features = ["local-offset", "formatting", "macros"] }
|
||||||
tokio = { version = "1.21.2", features = ["full"] }
|
tokio = { version = "1.21.2", features = ["full"] }
|
||||||
|
@ -29,7 +29,3 @@ color-eyre = "0.6.2"
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-error = "0.2.0"
|
tracing-error = "0.2.0"
|
||||||
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
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" }
|
|
||||||
|
|
Loading…
Reference in a new issue