Skip to content

Commit

Permalink
build: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Jun 30, 2024
1 parent 3450ec3 commit 8f5665a
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 68 deletions.
123 changes: 87 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,29 @@ exclude = ["zygisk/rust"]

[dependencies]
likely_stable = "0.1.2"
parking_lot = "0.12.2"
log = "0.4.21"
anyhow = "1.0.83"
thiserror = "1.0.60"
parking_lot = "0.12.3"
log = "0.4.22"
anyhow = { version = "1.0.86", features = ["backtrace"] }
thiserror = "1.0.61"
inotify = { version = "0.10.2", default-features = false }
libc = "0.2.154"
libc = "0.2.155"
async-trait = "0.1.80"
binder = { package = "binder_ndk", git = "https://github.com/shadow3aaa/binder_rs", optional = true }
lazy_static = "1.4.0"
flexi_logger = "0.28.0"
toml = "0.8.12"
serde = { version = "1.0.201", features = ["derive"] }
lazy_static = "1.5.0"
flexi_logger = "0.28.5"
toml = "0.8.14"
serde = { version = "1.0.203", features = ["derive"] }
sys-mount = { version = "3.0.1", default-features = false }
quick-xml = { version = "0.31.0", features = ["serialize"] }
mlua = { version = "0.9.7", features = ["luajit", "vendored"] }
quick-xml = { version = "0.35.0", features = ["serialize"] }
mlua = { version = "0.9.9", features = ["luajit", "vendored"] }
frame-analyzer = { version = "0.2.6", optional = true }
smallvec = { version = "1.13.2", features = ["const_generics"] }

[build-dependencies]
anyhow = "1.0.83"
toml = "0.8.12"
serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.117"
anyhow = "1.0.86"
toml = "0.8.14"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.118"

[profile.dev]
overflow-checks = false
Expand Down
21 changes: 10 additions & 11 deletions zygisk/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions zygisk/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ crate-type = ["staticlib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
android_logger = "0.13.3"
android_logger = "0.14.1"
cpp_demangle = "0.4.3"
dobby-api = "1.0.1"
goblin = "0.8.2"
libc = "0.2.154"
log = "0.4.21"
anyhow = "1.0.83"
libc = "0.2.155"
log = "0.4.22"
anyhow = "1.0.86"
async-trait = "0.1.80"
binder = { package = "binder_ndk", git = "https://github.com/shadow3aaa/binder_rs" }
lazy_static = "1.4.0"
lazy_static = "1.5.0"
once_cell = "1.19.0"
thiserror = "1.0.60"
thiserror = "1.0.61"

[profile.dev]
overflow-checks = false
Expand Down

0 comments on commit 8f5665a

Please sign in to comment.