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

difftreelog

build update dependencies

Yaroslav Bolyukin2023-02-24parent: #76b0db1.patch.diff
in: master

5 files changed

modifiedCargo.lockdiffbeforeafterboth
44
5[[package]]5[[package]]
6name = "ahash"6name = "ahash"
7version = "0.8.2"7version = "0.8.3"
8source = "registry+https://github.com/rust-lang/crates.io-index"8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107"9checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
10dependencies = [10dependencies = [
11 "cfg-if",11 "cfg-if",
12 "once_cell",12 "once_cell",
2525
26[[package]]26[[package]]
27name = "anyhow"27name = "anyhow"
28version = "1.0.68"28version = "1.0.69"
29source = "registry+https://github.com/rust-lang/crates.io-index"29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"30checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
3131
32[[package]]32[[package]]
33name = "async-trait"33name = "async-trait"
34version = "0.1.61"34version = "0.1.64"
35source = "registry+https://github.com/rust-lang/crates.io-index"35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "705339e0e4a9690e2908d2b3d049d85682cf19fbd5782494498fbf7003a6a282"36checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2"
37dependencies = [37dependencies = [
38 "proc-macro2",38 "proc-macro2",
39 "quote",39 "quote",
7878
79[[package]]79[[package]]
80name = "cc"80name = "cc"
81version = "1.0.78"81version = "1.0.79"
82source = "registry+https://github.com/rust-lang/crates.io-index"82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"83checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
8484
85[[package]]85[[package]]
86name = "cfg-if"86name = "cfg-if"
9090
91[[package]]91[[package]]
92name = "clap"92name = "clap"
93version = "4.0.32"93version = "4.1.6"
94source = "registry+https://github.com/rust-lang/crates.io-index"94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"95checksum = "ec0b0588d44d4d63a87dbd75c136c166bbfd9a86a31cb89e09906521c7d3f5e3"
96dependencies = [96dependencies = [
97 "bitflags",97 "bitflags",
98 "clap_derive",98 "clap_derive",
105105
106[[package]]106[[package]]
107name = "clap_complete"107name = "clap_complete"
108version = "4.0.7"108version = "4.1.3"
109source = "registry+https://github.com/rust-lang/crates.io-index"109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "10861370d2ba66b0f5989f83ebf35db6421713fd92351790e7fdd6c36774c56b"110checksum = "0012995dc3a54314f4710f5631d74767e73c534b8757221708303e48eef7a19b"
111dependencies = [111dependencies = [
112 "clap",112 "clap",
113]113]
114114
115[[package]]115[[package]]
116name = "clap_derive"116name = "clap_derive"
117version = "4.0.21"117version = "4.1.0"
118source = "registry+https://github.com/rust-lang/crates.io-index"118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"119checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
120dependencies = [120dependencies = [
121 "heck",121 "heck",
122 "proc-macro-error",122 "proc-macro-error",
127127
128[[package]]128[[package]]
129name = "clap_lex"129name = "clap_lex"
130version = "0.3.0"130version = "0.3.2"
131source = "registry+https://github.com/rust-lang/crates.io-index"131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"132checksum = "350b9cf31731f9957399229e9b2adc51eeabdfbe9d71d9a0552275fd12710d09"
133dependencies = [133dependencies = [
134 "os_str_bytes",134 "os_str_bytes",
135]135]
211211
212[[package]]212[[package]]
213name = "heck"213name = "heck"
214version = "0.4.0"214version = "0.4.1"
215source = "registry+https://github.com/rust-lang/crates.io-index"215source = "registry+https://github.com/rust-lang/crates.io-index"
216checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"216checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
217217
218[[package]]218[[package]]
219name = "hermit-abi"219name = "hermit-abi"
220version = "0.2.6"220version = "0.3.1"
221source = "registry+https://github.com/rust-lang/crates.io-index"221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"222checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
223dependencies = [
224 "libc",
225]
226223
227[[package]]224[[package]]
228name = "indexmap"225name = "indexmap"
236233
237[[package]]234[[package]]
238name = "io-lifetimes"235name = "io-lifetimes"
239version = "1.0.3"236version = "1.0.5"
240source = "registry+https://github.com/rust-lang/crates.io-index"237source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"238checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
242dependencies = [239dependencies = [
243 "libc",240 "libc",
244 "windows-sys",241 "windows-sys",
245]242]
246243
247[[package]]244[[package]]
248name = "is-terminal"245name = "is-terminal"
249version = "0.4.2"246version = "0.4.4"
250source = "registry+https://github.com/rust-lang/crates.io-index"247source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"248checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
252dependencies = [249dependencies = [
253 "hermit-abi",250 "hermit-abi",
254 "io-lifetimes",251 "io-lifetimes",
453450
454[[package]]451[[package]]
455name = "once_cell"452name = "once_cell"
456version = "1.17.0"453version = "1.17.1"
457source = "registry+https://github.com/rust-lang/crates.io-index"454source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"455checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
459456
460[[package]]457[[package]]
461name = "os_str_bytes"458name = "os_str_bytes"
475472
476[[package]]473[[package]]
477name = "parking_lot_core"474name = "parking_lot_core"
478version = "0.9.6"475version = "0.9.7"
479source = "registry+https://github.com/rust-lang/crates.io-index"476source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf"477checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
481dependencies = [478dependencies = [
482 "cfg-if",479 "cfg-if",
483 "libc",480 "libc",
545542
546[[package]]543[[package]]
547name = "proc-macro2"544name = "proc-macro2"
548version = "1.0.49"545version = "1.0.51"
549source = "registry+https://github.com/rust-lang/crates.io-index"546source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"547checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
551dependencies = [548dependencies = [
552 "unicode-ident",549 "unicode-ident",
553]550]
578575
579[[package]]576[[package]]
580name = "rustix"577name = "rustix"
581version = "0.36.6"578version = "0.36.8"
582source = "registry+https://github.com/rust-lang/crates.io-index"579source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549"580checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
584dependencies = [581dependencies = [
585 "bitflags",582 "bitflags",
586 "errno",583 "errno",
624621
625[[package]]622[[package]]
626name = "serde_json"623name = "serde_json"
627version = "1.0.91"624version = "1.0.93"
628source = "registry+https://github.com/rust-lang/crates.io-index"625source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"626checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
630dependencies = [627dependencies = [
631 "itoa",628 "itoa",
632 "ryu",629 "ryu",
698695
699[[package]]696[[package]]
700name = "syn"697name = "syn"
701version = "1.0.107"698version = "1.0.109"
702source = "registry+https://github.com/rust-lang/crates.io-index"699source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"700checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
704dependencies = [701dependencies = [
705 "proc-macro2",702 "proc-macro2",
706 "quote",703 "quote",
709706
710[[package]]707[[package]]
711name = "termcolor"708name = "termcolor"
712version = "1.1.3"709version = "1.2.0"
713source = "registry+https://github.com/rust-lang/crates.io-index"710source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"711checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
715dependencies = [712dependencies = [
716 "winapi-util",713 "winapi-util",
717]714]
803800
804[[package]]801[[package]]
805name = "windows-sys"802name = "windows-sys"
806version = "0.42.0"803version = "0.45.0"
807source = "registry+https://github.com/rust-lang/crates.io-index"804source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"805checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
806dependencies = [
807 "windows-targets",
808]
809
810[[package]]
811name = "windows-targets"
812version = "0.42.1"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
809dependencies = [815dependencies = [
810 "windows_aarch64_gnullvm",816 "windows_aarch64_gnullvm",
811 "windows_aarch64_msvc",817 "windows_aarch64_msvc",
818824
819[[package]]825[[package]]
820name = "windows_aarch64_gnullvm"826name = "windows_aarch64_gnullvm"
821version = "0.42.0"827version = "0.42.1"
822source = "registry+https://github.com/rust-lang/crates.io-index"828source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"829checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
824830
825[[package]]831[[package]]
826name = "windows_aarch64_msvc"832name = "windows_aarch64_msvc"
827version = "0.42.0"833version = "0.42.1"
828source = "registry+https://github.com/rust-lang/crates.io-index"834source = "registry+https://github.com/rust-lang/crates.io-index"
829checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"835checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
830836
831[[package]]837[[package]]
832name = "windows_i686_gnu"838name = "windows_i686_gnu"
833version = "0.42.0"839version = "0.42.1"
834source = "registry+https://github.com/rust-lang/crates.io-index"840source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"841checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
836842
837[[package]]843[[package]]
838name = "windows_i686_msvc"844name = "windows_i686_msvc"
839version = "0.42.0"845version = "0.42.1"
840source = "registry+https://github.com/rust-lang/crates.io-index"846source = "registry+https://github.com/rust-lang/crates.io-index"
841checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"847checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
842848
843[[package]]849[[package]]
844name = "windows_x86_64_gnu"850name = "windows_x86_64_gnu"
845version = "0.42.0"851version = "0.42.1"
846source = "registry+https://github.com/rust-lang/crates.io-index"852source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"853checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
848854
849[[package]]855[[package]]
850name = "windows_x86_64_gnullvm"856name = "windows_x86_64_gnullvm"
851version = "0.42.0"857version = "0.42.1"
852source = "registry+https://github.com/rust-lang/crates.io-index"858source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"859checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
854860
855[[package]]861[[package]]
856name = "windows_x86_64_msvc"862name = "windows_x86_64_msvc"
857version = "0.42.0"863version = "0.42.1"
858source = "registry+https://github.com/rust-lang/crates.io-index"864source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"865checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
860866
861[[package]]867[[package]]
862name = "yaml-rust"868name = "yaml-rust"
modifiedcmds/jrsonnet/Cargo.tomldiffbeforeafterboth
--- a/cmds/jrsonnet/Cargo.toml
+++ b/cmds/jrsonnet/Cargo.toml
@@ -33,5 +33,5 @@
 
 mimallocator = { version = "0.1.3", optional = true }
 thiserror = "1.0"
-clap = { version = "4.0", features = ["derive"] }
-clap_complete = { version = "4.0" }
+clap = { version = "4.1", features = ["derive"] }
+clap_complete = { version = "4.1" }
modifiedcrates/jrsonnet-cli/Cargo.tomldiffbeforeafterboth
--- a/crates/jrsonnet-cli/Cargo.toml
+++ b/crates/jrsonnet-cli/Cargo.toml
@@ -19,4 +19,4 @@
 jrsonnet-stdlib.workspace = true
 jrsonnet-gcmodule.workspace = true
 
-clap = { version = "4.0", features = ["derive"] }
+clap = { version = "4.1", features = ["derive"] }
modifiedflake.lockdiffbeforeafterboth
--- a/flake.lock
+++ b/flake.lock
@@ -2,11 +2,11 @@
   "nodes": {
     "flake-utils": {
       "locked": {
-        "lastModified": 1667395993,
-        "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
+        "lastModified": 1676283394,
+        "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
         "owner": "numtide",
         "repo": "flake-utils",
-        "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
+        "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
         "type": "github"
       },
       "original": {
@@ -17,11 +17,11 @@
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1673199114,
-        "narHash": "sha256-8y6ZacZfnBoBBQWcnncqAKHhONFqrfEsqol0oU7KRRs=",
+        "lastModified": 1677265683,
+        "narHash": "sha256-P04r7XJZa6RFKcR4gMvnM3h4YRsS9yUIzl6w/rAwY1g=",
         "owner": "nixos",
         "repo": "nixpkgs",
-        "rev": "87ebf1654e1f1345b8abfb5c4410e3671208d3be",
+        "rev": "ee3e8092a6ce4f0456549db1ca041e69e701ed8f",
         "type": "github"
       },
       "original": {
@@ -47,11 +47,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1673144952,
-        "narHash": "sha256-FqSkt+4BP1562dCeN3FoWEXzQ74+9yVeMnypNyC4aYk=",
+        "lastModified": 1677205778,
+        "narHash": "sha256-DFe09uzS+8LjGBAAyHkB/5Axs0j/PQ8RLWFzm2FUZLA=",
         "owner": "oxalica",
         "repo": "rust-overlay",
-        "rev": "07c10018a48b637d9864030468679adaeb18ab95",
+        "rev": "b91706f9d5a68fecf97b63753da8e9670dff782b",
         "type": "github"
       },
       "original": {
modifiedflake.nixdiffbeforeafterboth
--- a/flake.nix
+++ b/flake.nix
@@ -16,7 +16,7 @@
           inherit system;
           overlays = [ rust-overlay.overlays.default ];
         };
-        rust = ((pkgs.rustChannelOf { date = "2023-01-06"; channel = "nightly"; }).default.override {
+        rust = ((pkgs.rustChannelOf { date = "2023-02-20"; channel = "nightly"; }).default.override {
           extensions = [ "rust-src" "miri" ];
         });
       in
@@ -83,6 +83,7 @@
             rust
             cargo-edit
             cargo-asm
+            cargo-outdated
             lld
             hyperfine
             valgrind