Skip to content

Commit 57f0542

Browse files
Update Cargo.toml
1 parent 252931a commit 57f0542

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[package]
22
name = 'rust_web_app_2_undefined_path'
33
version = "0.1.0"
4-
authors = ["$www.steadylearner.com"]
4+
authors = ["$www.dylearner.com"]
55
edition = "2018"
66

77
[dependencies]
8-
rocket = "0.4.0"
8+
rocket = "0.4.4"
99
tera = "0.11.20"
1010

1111
[dependencies.rocket_contrib]
12-
version = "0.4.0"
12+
version = "0.4.4"
1313
default-features = false
1414
features = ["tera_templates"]
1515

1616
# template and markdown
17-
tera = "0.11.20"
17+
tera = "0.11.20"

0 commit comments

Comments
 (0)