Skip to content

Commit

Permalink
更新依赖到最新
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Jan 5, 2024
1 parent 2043087 commit e489cef
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ likely_stable = "0.1.2"
parking_lot = "0.12.1"
pretty_env_logger = "0.5.0"
log = "0.4.20"
anyhow = "1.0.75"
thiserror = "1.0.51"
clap = { version = "4.4.11", features = ["derive"] }
anyhow = "1.0.79"
thiserror = "1.0.56"
clap = { version = "4.4.13", features = ["derive"] }
inotify = { version = "0.10.2", default-features = false }
libc = "0.2.151"
async-trait = "0.1.74"
async-trait = "0.1.77"
binder = { package = "binder_ndk", version = "0.2.0" }
lazy_static = "1.4.0"
once_cell = "1.19.0"
Expand Down
8 changes: 4 additions & 4 deletions fas-rs-fw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ repository = "https://github.com/shadow3aaa/fas-rs"
likely_stable = "0.1.2"
log = "0.4.20"
parking_lot = "0.12.1"
serde = "1.0.193"
serde_derive = "1.0.193"
thiserror = "1.0.51"
serde = "1.0.194"
serde_derive = "1.0.194"
thiserror = "1.0.56"
toml = "0.8.8"
async-trait = "0.1.74"
async-trait = "0.1.77"
binder = { package = "binder_ndk", version = "0.2.0" }
lazy_static = "1.4.0"
once_cell = "1.19.0"
Expand Down
12 changes: 6 additions & 6 deletions zygisk/rust/Cargo.lock

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

8 changes: 4 additions & 4 deletions zygisk/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ crate-type = ["staticlib"]
android_logger = "0.13.3"
cpp_demangle = "0.4.3"
dobby-api = "0.2.0"
goblin = "0.7.1"
goblin = "0.8.0"
libc = "0.2.151"
log = "0.4.20"
anyhow = "1.0.75"
async-trait = "0.1.74"
anyhow = "1.0.79"
async-trait = "0.1.77"
binder = { package = "binder_ndk", version = "0.2.0" }
lazy_static = "1.4.0"
once_cell = "1.19.0"
thiserror = "1.0.51"
thiserror = "1.0.56"
toml = "0.8.8"

[profile.dev]
Expand Down

0 comments on commit e489cef

Please sign in to comment.