Skip to content

Commit f41599e

Browse files
Bump tokio from 0.2.20 to 1.8.4 in /native
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.20 to 1.8.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-0.2.20...tokio-1.8.4) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 69a60e9 commit f41599e

File tree

2 files changed

+67
-31
lines changed

2 files changed

+67
-31
lines changed

native/Cargo.lock

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

native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde = "1.0.106"
2424
serde_derive = "1.0.106"
2525
serde_json = "1.0.52"
2626
dgraph-tonic = { git = "https://github.com/xanthous-tech/dgraph-tonic", branch = "upsert-commit" }
27-
tokio = { version = "0.2", features = ["macros", "sync"] }
27+
tokio = { version = "1.8", features = ["macros", "sync"] }
2828
smol = { version = "0.1.4", features = ["tokio02"] }
2929
tokio-global = "0.4.0"
3030
nanoid = "0.3.0"

0 commit comments

Comments
 (0)