git.delta.rocks / jrsonnet / refs/commits / f9767f0798d6

difftreelog

chore regenerate lockfile

Yaroslav Bolyukin2022-12-07parent: #8439ee7.patch.diff
in: master

1 file changed

modifiedCargo.lockdiffbeforeafterboth
29source = "registry+https://github.com/rust-lang/crates.io-index"29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"30checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
31
32[[package]]
33name = "async-trait"
34version = "0.1.59"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364"
37dependencies = [
38 "proc-macro2",
39 "quote",
40 "syn",
41]
3142
32[[package]]43[[package]]
33name = "atty"44name = "atty"
265dependencies = [276dependencies = [
266 "annotate-snippets",277 "annotate-snippets",
267 "anyhow",278 "anyhow",
279 "async-trait",
268 "bincode",280 "bincode",
269 "hashbrown 0.13.1",281 "hashbrown 0.13.1",
270 "jrsonnet-gcmodule",282 "jrsonnet-gcmodule",