Skip to content

Commit 1ad850d

Browse files
committed
Update dependencies:
- Replace crate `fsevent-sys` with crate `objc2-core-services` (because `fsevent-sys` is deprecated) - Replace crate `core-foundation` with crate `objc2-core-foundation` (because `objc2-core-services` depends on it) - Increase version number of crate `dispatch2` to latest (because the older version is no longer needed to work with `fsevent-sys`)
1 parent 2573399 commit 1ad850d

2 files changed

Lines changed: 71 additions & 44 deletions

File tree

src/main/rust/Cargo.lock

Lines changed: 68 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/rust/Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ lto = true
1212
codegen-units = 1
1313

1414
[dependencies]
15-
# we need this PR as it contains an updated version that targets core-foundation
16-
fsevent-sys = { git = "https://github.com/octplane/fsevent-rust.git", rev= "refs/pull/44/head"}
17-
core-foundation = "0.10.1"
18-
# we need this specific version of dispatch2, that still exposes the native type
19-
dispatch2 = { version = "0.2.0", default-features = false, features = ["alloc"] }
15+
objc2-core-services = "0.3.2"
16+
objc2-core-foundation = "0.3.2"
17+
dispatch2 = { version = "0.3.1", default-features = false, features = ["alloc"] }
2018
jni = "0.21.1"

0 commit comments

Comments
 (0)