You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ anstream = "0.6.13"
23
23
anstyle = "1.0.6"
24
24
anyhow = "1.0.82"
25
25
base64 = "0.22.1"
26
+
blake3 = "1.5.2"
26
27
bytesize = "1.3"
27
28
cargo = { path = "" }
28
29
cargo-credential = { version = "0.4.2", path = "credential/cargo-credential" }
@@ -101,7 +102,6 @@ toml_edit = { version = "0.22.14", features = ["serde"] }
101
102
tracing = { version = "0.1.40", default-features = false, features = ["std"] } # be compatible with rustc_log: https://github.com/rust-lang/rust/blob/e51e98dde6a/compiler/rustc_log/Cargo.toml#L9
102
103
tracing-chrome = "0.7.2"
103
104
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
104
-
twox-hash = "1.6.3"
105
105
unicase = "2.7.0"
106
106
unicode-width = "0.1.12"
107
107
unicode-xid = "0.2.4"
@@ -147,6 +147,7 @@ anstream.workspace = true
147
147
anstyle.workspace = true
148
148
anyhow.workspace = true
149
149
base64.workspace = true
150
+
blake3.workspace = true
150
151
bytesize.workspace = true
151
152
cargo-credential.workspace = true
152
153
cargo-platform.workspace = true
@@ -200,7 +201,6 @@ toml.workspace = true
200
201
toml_edit.workspace = true
201
202
tracing = { workspace = true, features = ["attributes"] }
0 commit comments