Skip to content

Commit

Permalink
Update gotham and env_logger in examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaj committed Nov 2, 2019
1 parent 3c1294e commit 09f6666
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ ructe = { path = "../..", features = ["sass", "mime03"] }
[dependencies]
actix-web = "1.0.2"
mime = "0.3.0"
env_logger = "0.6.0"
env_logger = "0.7.1"
4 changes: 2 additions & 2 deletions examples/gotham/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ build = "src/build.rs"
ructe = { path = "../..", features = ["sass", "mime03"] }

[dependencies]
gotham = "0.3.0"
gotham_derive = "0.3.0"
gotham = "0.4.0"
gotham_derive = "0.4.0"
hyper = "0.12.0" # Must match gotham dependency
serde = "~1.0.66" # Must match gotham dependency
serde_derive = "~1.0.66" # Must match gotham dependency
Expand Down
2 changes: 1 addition & 1 deletion examples/warp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ ructe = { path = "../..", features = ["warp", "sass", "mime03"] }
[dependencies]
warp = "0.1.9"
mime = "0.3.0"
env_logger = "0.6.0"
env_logger = "0.7.1"

0 comments on commit 09f6666

Please sign in to comment.