We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac96142 commit cc497d9Copy full SHA for cc497d9
webbundle-cli/Cargo.toml
@@ -9,15 +9,15 @@ repository = "https://github.com/google/webbundle"
9
version = "0.3.1"
10
11
[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"
+structopt = "0.3.26"
+env_logger = "0.9.0"
+log = "0.4.17"
+chrono = "0.4.19"
+serde = { version = "1.0.137", features = ["derive"] }
+serde_json = "1.0.81"
18
webbundle = { path = "../webbundle", version = "^0.3.1", features = ["fs"] }
19
-tokio = { version = "0.2", features = ["macros"] }
20
-anyhow = "1.0.26"
+tokio = { version = "1.18.2", features = ["macros"] }
+anyhow = "1.0.57"
21
url = "2.2.2"
22
23
[[bin]]
0 commit comments