Skip to content

Commit

Permalink
Merge pull request #188 from fmonniot/dependabot/cargo/tokio-1.26.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.25.0 to 1.26.0
  • Loading branch information
fmonniot authored Mar 15, 2023
2 parents 0593f51 + 41c6a9f commit c34080b
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 23 deletions.
68 changes: 46 additions & 22 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 my-home/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ed25519-dalek = "1"
base64 = "0.21"
uuid = { version = "1.3", features = ["v4", "serde"] }
reqwest = { version = "0.11", features = ["rustls-tls", "hyper-rustls"], default-features = false }
tokio = { version = "1.25", features = ["macros", "rt", "net", "sync", "rt-multi-thread"] }
tokio = { version = "1.26", features = ["macros", "rt", "net", "sync", "rt-multi-thread"] }
tokio-util = { version = "0.7", features = ["codec", "net"] }
tokio-stream = { version = "0.1", features = ["sync"] }
futures = "0.3"
Expand Down

0 comments on commit c34080b

Please sign in to comment.