Skip to content

Commit

Permalink
Merge pull request #118 Bump tokio from 1.17.0 to 1.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed Jan 9, 2023
2 parents 0e1f5a7 + 0861f23 commit 8900707
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 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 ydb-example-urlshortener/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ async_once="0.2.6"
hashers="1.0.1"
lazy_static = "1.4.0"
serde={version="1.0", features=["derive"]}
tokio={version="1.17", features=["macros", "rt-multi-thread", "net"]}
tokio={version="1.18", features=["macros", "rt-multi-thread", "net"]}
tracing = "0.1"
tracing-subscriber = "0.3"
warp="0.3.2"
Expand Down
2 changes: 1 addition & 1 deletion ydb/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ reqwest = {version="0.11", features = ["blocking", "json","rustls"], default-fea
serde={version="1.0", features=["derive"]}
serde_json="1.0"
strum = { version = "0.21", features = ["derive"] }
tokio = { version = "1.17", features = ["full"]}
tokio = { version = "1.18", features = ["full"]}
tracing = "0.1"
tracing-test = "0.2.1"
tracing-subscriber = "0.3"
Expand Down

0 comments on commit 8900707

Please sign in to comment.