chore: update deps for examples

This commit is contained in:
Dmitriy Pleshevskiy 2021-02-23 23:34:19 +03:00
parent 8b78df6de5
commit 356cf13ec6
3 changed files with 8 additions and 8 deletions

View File

@ -9,4 +9,4 @@ edition = "2018"
[dependencies]
itconfig = { path = "../../itconfig", default-features = false, features = ["macro"] }
dotenv = "0.15.0"
diesel = { version = "1.4.3", features = ["postgres"] }
diesel = { version = "1.4.5", features = ["postgres"] }

View File

@ -8,10 +8,10 @@ edition = "2018"
[dependencies]
itconfig = { path = "../../itconfig", features = ["macro"] }
hyper = "0.13.1"
serde_json = "1.0"
tokio = { version = "0.2", features = ["macros"] }
bytes = "0.5"
futures-util = { version = "0.3", default-features = false }
pretty_env_logger = "0.3"
hyper = "0.14.4"
serde_json = "1.0.62"
tokio = { version = "1.2.0", features = ["macros"] }
bytes = "1.0.1"
futures-util = { version = "0.3.13", default-features = false }
pretty_env_logger = "0.4.0"
lazy_static = "1.4.0"

View File

@ -7,5 +7,5 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.4.2"
rocket = "0.4.7"
itconfig = { path = '../../itconfig', features = ["macro"] }