Updated rust dependencies
This commit is contained in:
parent
ed86583f58
commit
c91106a1bb
1 changed files with 4 additions and 4 deletions
|
@ -8,13 +8,13 @@ crate-type = ["cdylib"]
|
||||||
name = "gitnuro_rs"
|
name = "gitnuro_rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
uniffi = { version = "0.25.0" }
|
uniffi = { version = "0.26.0" }
|
||||||
notify = "6.0.1"
|
notify = "6.1.1"
|
||||||
thiserror = "1.0.43"
|
thiserror = "1.0.56"
|
||||||
libssh-rs = { version = "0.2.2", features = ["vendored", "vendored-openssl"] }
|
libssh-rs = { version = "0.2.2", features = ["vendored", "vendored-openssl"] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
uniffi = { version = "0.25.0", features = ["build"] }
|
uniffi = { version = "0.26.0", features = ["build"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "uniffi-bindgen"
|
name = "uniffi-bindgen"
|
||||||
|
|
Loading…
Reference in a new issue