diff options
| author | Fuwn <[email protected]> | 2023-03-21 08:25:50 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-21 08:29:10 +0000 |
| commit | 7ad6bfc721261217df82b41f66d66c37e63ea128 (patch) | |
| tree | c3e1a739313f541acbd2932002da1b60aedd0d43 /Cargo.toml | |
| parent | deps(matchit): 0.5.0 -> 0.6.0 (diff) | |
| download | windmark-7ad6bfc721261217df82b41f66d66c37e63ea128.tar.xz windmark-7ad6bfc721261217df82b41f66d66c37e63ea128.zip | |
deps: bump tokio and tokio-openssl to latest
I've been putting off bumping these two packages for almost a year now since I
didn't know what they would break (they broke a lot). I finally had the courage
and the time to go for it, and it only took about two hours of debugging.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -19,12 +19,11 @@ logger = ["pretty_env_logger"] auto-deduce-mime = ["tree_magic"] [dependencies] -# TCP +# SSL openssl = "0.10.38" -tokio = { version = "0.2.4", features = ["full"] } -# tokio-openssl = "0.5.0" -# tokio-uds = "0.2.7" -tokio-openssl = "0.4.0" +tokio-openssl = "0.6.3" + +tokio = { version = "1.26.0", features = ["full"] } # Non-blocking I/O # Logging pretty_env_logger = { version = "0.4.0", optional = true } |