diff options
author | Martin Fischer <martin@push-f.com> | 2021-03-30 10:51:29 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-03-30 10:52:42 +0200 |
commit | bfeddf5d15ddaa9937ceeba04678ad6c4a4e8aea (patch) | |
tree | 0da0f00fdefd695afcfbe79af938a19906af84d8 /examples | |
parent | 48d5c4c393058bf4468eb0561584b77edbfcc1bc (diff) |
upgrade to hyper 0.14v0.3.6
Diffstat (limited to 'examples')
-rw-r--r-- | examples/form/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/form/Cargo.toml b/examples/form/Cargo.toml index 6f899df..c6eb1c3 100644 --- a/examples/form/Cargo.toml +++ b/examples/form/Cargo.toml @@ -8,8 +8,8 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hyper = "0.13" +hyper = { version = "0.14", features = ["full"] } sputnik = {path = "../../"} serde = { version = "1.0", features = ["derive"] } -tokio = { version = "0.2", features = ["full"] } +tokio = { version = "1", features = ["full"] } thiserror = "1.0"
\ No newline at end of file |