Skip to content

Commit 52875ec

Browse files
committed
Updated Rust dependencies
1 parent ffe71a4 commit 52875ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rs/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ crate-type = ["cdylib"]
88
name = "gitnuro_rs"
99

1010
[dependencies]
11-
notify = "6.1.1"
12-
thiserror = "1.0.56"
13-
libssh-rs = { version = "0.3.3", features = ["vendored", "vendored-openssl"] }
11+
notify = "8.0.0"
12+
thiserror = "2.0.11"
13+
libssh-rs = { version = "0.3.5", features = ["vendored", "vendored-openssl"] }
1414
kotars = { git = "https://github.com/JetpackDuba/kotars.git" }
1515
jni = "0.21.1"
1616

0 commit comments

Comments
 (0)