Skip to content

Commit

Permalink
update tokio dependency to 1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
lockbox authored and DoumanAsh committed Jan 21, 2024
1 parent 1650f26 commit 40f2ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ error-code = "3"

[target.'cfg(any(target_os = "macos", target_os = "ios", windows, unix))'.dependencies]
libc = { version = "0.2.60", default-features = false }
tokio_1 = { package = "tokio", version = "1.15", default-features = false, optional = true, features = ["net"] }
tokio_1 = { package = "tokio", version = "1.35", default-features = false, optional = true, features = ["net"] }

[target.'cfg(any(target_arch = "wasm32"))'.dependencies]
wasm-bindgen = "0.2"

[dev-dependencies]
tokio_1 = { package = "tokio", version = "1.15", default-features = false, features = ["macros", "rt"] }
tokio_1 = { package = "tokio", version = "1.35", default-features = false, features = ["macros", "rt"] }

[build-dependencies.cc]
version = "1"
Expand Down

0 comments on commit 40f2ec1

Please sign in to comment.