Skip to content

Commit

Permalink
Update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Kim committed Mar 30, 2024
1 parent 23599f7 commit c03ff40
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion rsbinder-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
lazy_static = "1.4"
rsbinder = { version = "0.2.3", path = "../rsbinder" }
tokio = { version = "1.36", features = ["full"] }
tokio = { version = "1.37", features = ["full"] }
env_logger = "0.11"
nix = "0.28"
async-trait = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion rsbinder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pretty_hex = { version = "0.4", package = "pretty-hex" }
downcast-rs = "1.2"
async-trait = { version = "0.1", optional = true }
lazy_static = "1.4"
tokio = { version = "1.35", optional = true, default-features = false }
tokio = { version = "1.37", optional = true, default-features = false }

[build-dependencies]
rsbinder-aidl = { version = "0.2.3", path = "../rsbinder-aidl", default-features = false }
Expand Down

0 comments on commit c03ff40

Please sign in to comment.