Skip to content

Commit cc497d9

Browse files
committed
cargo upgrade
1 parent ac96142 commit cc497d9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

webbundle-cli/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ repository = "https://github.com/google/webbundle"
99
version = "0.3.1"
1010

1111
[dependencies]
12-
structopt = "0.3.7"
13-
env_logger = "0.7.1"
14-
log = "0.4.8"
15-
chrono = "0.4.10"
16-
serde = { version = "1.0", features = ["derive"] }
17-
serde_json = "1.0"
12+
structopt = "0.3.26"
13+
env_logger = "0.9.0"
14+
log = "0.4.17"
15+
chrono = "0.4.19"
16+
serde = { version = "1.0.137", features = ["derive"] }
17+
serde_json = "1.0.81"
1818
webbundle = { path = "../webbundle", version = "^0.3.1", features = ["fs"] }
19-
tokio = { version = "0.2", features = ["macros"] }
20-
anyhow = "1.0.26"
19+
tokio = { version = "1.18.2", features = ["macros"] }
20+
anyhow = "1.0.57"
2121
url = "2.2.2"
2222

2323
[[bin]]

0 commit comments

Comments
 (0)