3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

14623 commits

Author SHA1 Message Date
R. RyanTM 643e55f8b5 terraform-ls: 0.12.0 -> 0.13.0 2021-02-06 21:27:36 +00:00
R. RyanTM 817d58f98e svls: 0.1.18 -> 0.1.25 2021-02-06 20:44:31 +00:00
R. RyanTM a057b67019 svlint: 0.4.8 -> 0.4.16 2021-02-06 20:34:51 +00:00
Ryan Mulligan de05fcaba6
Merge pull request #112143 from r-ryantm/auto-update/jbang
jbang: 0.63.0 -> 0.65.1
2021-02-06 12:06:18 -08:00
R. RyanTM e9ec2804f6 so: 0.4.2 -> 0.4.3 2021-02-06 19:15:45 +00:00
github-actions[bot] ce14b50f1c
Merge master into staging-next 2021-02-06 18:15:53 +00:00
Mario Rodas 823dc8e05b
Merge pull request #112129 from r-ryantm/auto-update/flow
flow: 0.143.1 -> 0.144.0
2021-02-06 11:33:28 -05:00
06kellyjac 88130e419c go-bindata: unstable-2015-10-23 -> 3.22.0
Use maintained version at https://github.com/kevinburke/go-bindata
2021-02-06 16:12:47 +00:00
R. RyanTM 8a6dc4580f operator-sdk: 1.3.0 -> 1.4.0 2021-02-06 16:06:36 +00:00
R. RyanTM a5c9246836 jbang: 0.63.0 -> 0.65.1 2021-02-06 13:20:58 +00:00
R. RyanTM 2118f68aef go-swagger: 0.26.0 -> 0.26.1 2021-02-06 12:23:47 +00:00
R. RyanTM dbc901b1ab git-quick-stats: 2.1.5 -> 2.1.6 2021-02-06 12:08:59 +00:00
R. RyanTM dfde68bc47 flow: 0.143.1 -> 0.144.0 2021-02-06 11:27:49 +00:00
R. RyanTM 73ce1742c5 clojure-lsp: 2021.02.02-14.02.23 -> 2021.02.05-15.32.53 2021-02-06 09:18:26 +00:00
R. RyanTM ffa4b9d614 cargo-generate: 0.5.1 -> 0.5.2 2021-02-06 08:53:10 +00:00
github-actions[bot] fadee272e0
Merge staging-next into staging 2021-02-06 00:35:48 +00:00
Malte Brandy bac09b7658 haskell-language-server: Use hackage version and cleanup 2021-02-05 23:04:46 +01:00
github-actions[bot] bd1a0c9702
Merge staging-next into staging 2021-02-05 12:19:39 +00:00
Mario Rodas 89fee9cb9f
Merge pull request #111998 from r-ryantm/auto-update/pack
buildpack: 0.16.0 -> 0.17.0
2021-02-05 06:29:29 -05:00
R. RyanTM 705f2ca629 buildpack: 0.16.0 -> 0.17.0 2021-02-05 08:58:55 +00:00
github-actions[bot] 86713fcaba
Merge staging-next into staging 2021-02-05 06:16:34 +00:00
Ryan Mulligan 24e5fe6075
Merge pull request #111834 from r-ryantm/auto-update/sd-local
sd-local: 1.0.17 -> 1.0.20
2021-02-04 19:51:07 -08:00
github-actions[bot] 3c4d8b38c4
Merge staging-next into staging 2021-02-05 00:36:22 +00:00
AndersonTorres 01f2574450 dialog: 1.3-20201126 -> 1.3-20210117 2021-02-04 20:39:04 -03:00
Sandro fe43596495
Merge pull request #111948 from ruuda/fcct0100
fedora-coreos-config-transpiler: 0.9.0 -> 0.10.0
2021-02-04 21:26:48 +01:00
Dmitry Ivankov cf1935583e bazel_4: update src-deps after java update 2021-02-04 20:38:08 +01:00
Claudio Bley b56ac70602 bazel_4: Use jdk11_headless to build bazel
Use the same JDK for building bazel and for its runtime.

Effectively, the former `toolchain_hostjdk8` java toolchain has been deprecated
and should no longer be used (in newer bazel)[1]:

```
default_java_toolchain(
    name = "toolchain_hostjdk8",
    ...
)
```

[1]: 4fc4868065/tools/jdk/BUILD.tools (L384-L387)
2021-02-04 20:33:40 +01:00
Claudio Bley b461c9e5bc bazel_4: Fix build on darwin
* use default stdenv (clang 7)
* add no-arc.patch to make the xcode_locate tool compile without libarc-lite
* remove the `-mmacosx-version-min=10.9` flag from the bootstrap compile script
2021-02-04 20:31:43 +01:00
Dmitry Ivankov 56c25c5653 bazel: fix protobuf-test compatibility with bazel_4
- bump protobuf to 3.13.0
- use recent rules_proto
- use recent bazel-skylib
- remove use of native.bind

Hopefully this is backward-compatible with bazel_3 and below
2021-02-04 20:24:56 +01:00
Dmitry Ivankov 2751275f1a bazel_4: bump examples repo just in case 2021-02-04 20:24:56 +01:00
Dmitry Ivankov cd65145664 bazel: cosmetic fix: test name cpp->java 2021-02-04 20:24:55 +01:00
Dmitry Ivankov 55a810443d bazel_4: use --verbose_failures for the build 2021-02-04 20:24:55 +01:00
Dmitry Ivankov 0f5783f80a bazel_4: init at 4.0.0
Bazel 4 is going to be a long term support release.

Latest version in NixPkgs so far was 3.3.1
There's a need for more recent version
https://github.com/NixOS/nixpkgs/issues/97497

All versions from 3.5.0 to 3.7.1 had some reproducibility issues
as noted in issue above, but there also seems to be
a working PR for 3.7.1 now at
https://github.com/NixOS/nixpkgs/pull/105439

Notable changes from bazel_3 setup:
- put python to default bash path

  For autodetecting python toolchain
  with strict action_env on and without this change
  bazel would fail to autodetect host python.

  There are some repos that define hermetic python
  toolchains, but they aren't easy to use yet. Also
  telling python paths to bazel isn't a 1-liner it
  seems:
  - action_env=PATH would affect cache
  - declaring toolchain via BUILD&WORKSPACE files
    is not per-user but more like per-repo and
    affects cache too

  Using python from nixpkgs shouldn't be too bad
  in the lack of simpler hermetic python toolchain
  options

- bazel_4.updater is bazel on `bazel query` to support
  new constructs in WORKSPACE (load of vars, transitive
  load etc). This is more robust but requires bazel
  to run the updater, using bazel_3 for now. This is
  only needed to bump package version, doesn't introduce
  bazel_4 build dependency on bazel_3

https://blog.bazel.build/2020/11/10/bazel-4.0-announce.html
https://blog.bazel.build/2020/11/10/long-term-support-release.html
https://github.com/bazelbuild/bazel/issues/12455
https://github.com/bazelbuild/bazel/releases/tag/4.0.0
https://blog.bazel.build/2021/01/19/bazel-4-0.html
2021-02-04 20:24:54 +01:00
Maximilian Bosch a959597802
Merge pull request #111730 from r-ryantm/auto-update/cargo-make
cargo-make: 0.32.11 -> 0.32.12
2021-02-04 20:23:22 +01:00
Sandro 8a4a984fd5
Merge pull request #105439 from avdv/bazel_3.7.1 2021-02-04 20:15:45 +01:00
Jan Tojnar da66296930
Merge branch 'staging-next' into staging
libkeyfinder no longer uses Qt so dontWrapQtApps is moot.
2021-02-04 19:34:26 +01:00
Ruud van Asseldonk c7fa6ca697 fedora-coreos-config-transpiler: 0.9.0 -> 0.10.0 2021-02-04 19:25:26 +01:00
Maximilian Bosch 5d88c1c02e
Merge pull request #111820 from r-ryantm/auto-update/react-native-debugger
react-native-debugger: 0.11.5 -> 0.11.7
2021-02-04 18:01:55 +01:00
Tim Steinbach 0d98eb3ab0
sbt-extras: 2021-02-01 → 2021-02-04 2021-02-04 10:39:45 -05:00
Jan Tojnar 91109ce94a
Merge branch 'staging-next' into staging 2021-02-04 15:02:14 +01:00
R. RyanTM ebc8eea8cb semver-tool: 2.1.0 -> 3.2.0 2021-02-03 23:37:31 +00:00
R. RyanTM 2982d3f995 sd-local: 1.0.17 -> 1.0.20 2021-02-03 23:25:44 +00:00
R. RyanTM 90fd0c0714 samurai: 1.1 -> 1.2 2021-02-03 23:11:03 +00:00
R. RyanTM 144a89e5e7 react-native-debugger: 0.11.5 -> 0.11.7 2021-02-03 22:09:56 +00:00
github-actions[bot] 571eb10996
Merge staging-next into staging 2021-02-03 18:22:22 +00:00
Sandro 5c7a370a20
Merge pull request #111685 from humancalico/dotenv-linter 2021-02-03 14:50:27 +01:00
github-actions[bot] 8ab0b85ead
Merge staging-next into staging 2021-02-03 12:22:13 +00:00
R. RyanTM a5b95a5cf9 clojure-lsp: 2021.01.28-03.03.16 -> 2021.02.02-14.02.23 2021-02-03 11:09:34 +00:00
Claudio Bley a42d59b208 bazel-remote: Mark as broken on Darwin
It currently fails during compilation because C++ standard
header files cannot be found.
2021-02-03 11:51:11 +01:00
R. RyanTM 0b972de1dd cargo-make: 0.32.11 -> 0.32.12 2021-02-03 10:43:15 +00:00
Claudio Bley a6e18b4758 bazel: Reword comment that memory leaks are acceptable
Co-authored-by: Greg Roodt <groodt@gmail.com>
2021-02-03 10:46:09 +01:00
Claudio Bley 5f71a0ff5d bazel: Fix build on darwin
* use default stdenv (clang 7)
* add no-arc.patch to make the xcode_locate tool compile without libarc-lite
* remove the `-mmacosx-version-min=10.9` flag from the bootstrap compile script
2021-02-03 10:46:09 +01:00
Claudio Bley e22cf98520 bazel: Use jdk11_headless to build bazel
Use the same JDK for building bazel and for its runtime.

Effectively, the former `toolchain_hostjdk8` java toolchain has been deprecated
and should no longer be used (in newer bazel)[1]:

```
# Deprecated, do not use.
# It will be removed after migration to Java toolchain resolution.
default_java_toolchain(
    name = "toolchain_hostjdk8",
    ...
)
```

[1]: 4fc4868065/tools/jdk/BUILD.tools (L384-L387)
2021-02-03 10:46:09 +01:00
Claudio Bley 6d8c431eb0 bazel: 3.7.1 -> 3.7.2
* update sha256 for gvisor, tensorflow{,WithCuda}, bazel-watcher, bazel-remote
  and envoy
2021-02-03 10:44:07 +01:00
github-actions[bot] d867b6f9eb
Merge staging-next into staging 2021-02-03 06:18:15 +00:00
Mario Rodas 401e4e0fd8 rubocop: 1.9.0 -> 1.9.1
https://github.com/rubocop-hq/rubocop/releases/tag/v1.9.1
2021-02-03 04:20:00 +00:00
Ryan Mulligan a96a350e8c
Merge pull request #111759 from r-ryantm/auto-update/ginkgo
ginkgo: 1.14.2 -> 1.15.0
2021-02-03 18:06:02 -08:00
Ryan Mulligan c402c36c72
Merge pull request #111744 from r-ryantm/auto-update/editorconfig-checker
editorconfig-checker: 2.3.1 -> 2.3.3
2021-02-03 17:24:10 -08:00
R. RyanTM 73401cb68d ginkgo: 1.14.2 -> 1.15.0 2021-02-03 13:55:28 +00:00
R. RyanTM 5fbd84c60e editorconfig-checker: 2.3.1 -> 2.3.3 2021-02-03 12:20:55 +00:00
github-actions[bot] f9141c9fc1
Merge staging-next into staging 2021-02-03 00:39:57 +00:00
Akshat Agarwal 61947bee3f
dotenv-linter: init at 3.0.0 2021-02-03 05:33:22 +05:30
Stevan Andjelkovic bf6df7187e
graalvm-ce-20.2.0 -> 20.3.0 + darwin support. (#105815)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-02 23:16:43 +01:00
Jan Tojnar 75153ede17
Merge branch 'staging-next' into staging 2021-02-02 19:46:31 +01:00
Tim Steinbach fab6fcdceb
sbt-extras: 2020-12-26 → 2021-02-01 2021-02-02 11:07:23 -05:00
Sandro c63f0ffed8
Merge pull request #111646 from SuperSandro2000/fix-collection7 2021-02-02 16:29:56 +01:00
adisbladis eeea7b1922
Merge pull request #111649 from tweag/poetry2nix-1_15_0
poetry2nix: 1.14.0 -> 1.15.2
2021-02-02 15:37:26 +01:00
adisbladis e0961cb5f3
poetry2nix: 1.14.0 -> 1.15.2 2021-02-02 15:21:10 +01:00
Sandro add90df40f
Merge pull request #111405 from kf5grd/gomacro 2021-02-02 15:19:19 +01:00
Sandro Jäckel 1674178ca1
git-repo-update: Disable tests 2021-02-02 14:46:07 +01:00
Sandro Jäckel fafb529dd7
fdroidserver: Disable tests 2021-02-02 14:46:07 +01:00
Sandro ce9de14677
Merge pull request #110405 from pjjw/musl-elfutils 2021-02-02 14:18:21 +01:00
Sandro e7130630d9
Merge pull request #111628 from r-burns/ccache
ccache: 4.1 -> 4.2
2021-02-02 13:31:12 +01:00
Ryan Burns a3d19ca1c6 ccache: 4.1 -> 4.2 2021-02-01 22:58:11 -08:00
Mario Rodas 1f10898600 tflint: 0.24.0 -> 0.24.1
https://github.com/terraform-linters/tflint/releases/tag/v0.24.1
2021-02-02 04:20:00 +00:00
github-actions[bot] 4c1eae9176
Merge staging-next into staging 2021-02-02 00:42:42 +00:00
Tim Steinbach a7a64001a9
sbt: 1.4.6 -> 1.4.7 2021-02-01 15:22:16 -05:00
Sandro ccda8c669f
Merge pull request #110809 from justinas/init-ijq
ijq: init at 0.2.3
2021-02-01 20:06:53 +01:00
github-actions[bot] 7044cd0c9d
Merge staging-next into staging 2021-02-01 18:31:04 +00:00
Sandro 2ec0291327
Merge pull request #111582 from oxalica/rust-analyzer
rust-analyzer: 2021-01-25 -> 2021-02-01
2021-02-01 18:21:52 +01:00
Justinas Stankevicius 63a6651bf7 ijq: init at 0.2.3 2021-02-01 18:46:43 +02:00
Sam Hofius be212428d3 gomacro: init at 2.7 2021-02-01 11:12:16 -05:00
oxalica 6c2b3f0cc2
rust-analyzer: 2021-01-25 -> 2021-02-01 2021-02-02 00:04:19 +08:00
Fabian Affolter 68a21b03cd htmltest: init at 0.14.0 2021-02-01 16:14:56 +01:00
github-actions[bot] d2bf5aea5a
Merge staging-next into staging 2021-02-01 12:24:36 +00:00
Peter Hoeg 91e0754653 scry: 0.8.1 -> unstable-2020-09-02
Makes it build with 0.35.
2021-02-01 16:33:26 +08:00
github-actions[bot] 104c56e909
Merge staging-next into staging 2021-02-01 00:47:02 +00:00
Peter Woodman 1b60500929 elfutils: 0.180 -> 0.182 + musl fixes 2021-01-31 19:39:57 -05:00
Sandro 070605263b
Merge pull request #111275 from orivej/unifdef
unifdef: 2.6 -> 2.12
2021-02-01 00:31:14 +01:00
Orivej Desh a2b25fed55 unifdef: 2.6 -> 2.12 2021-01-31 20:19:45 +00:00
Sandro 072159597e
Merge pull request #111476 from marsam/update-tflint
tflint: 0.23.1 -> 0.24.0
2021-01-31 20:08:33 +01:00
Sandro 0ebabc7057
Merge pull request #111482 from risicle/ris-cloudfoundry-cli-7.2.0 2021-01-31 19:32:39 +01:00
Robert Scott 1e01f697c2 cloudfoundry-cli: relocate to pkgs/applications/networking/cluster 2021-01-31 16:30:23 +00:00
Robert Scott 56052a15ef cloudfoundry-cli: 7.0.1 -> 7.2.0, switching to buildGoModule 2021-01-31 16:26:07 +00:00
Mario Rodas 1d4bf2bc14 tflint: 0.23.1 -> 0.24.0
https://github.com/terraform-linters/tflint/releases/tag/v0.24.0
2021-01-31 09:05:00 -05:00
github-actions[bot] 19d5413d37
Merge staging-next into staging 2021-01-31 12:23:21 +00:00
Daniël de Kok 13efba9861
Merge pull request #111167 from r-ryantm/auto-update/delve
delve: 1.5.1 -> 1.6.0
2021-01-31 12:15:04 +01:00
github-actions[bot] f92395cf3c
Merge staging-next into staging 2021-01-31 06:19:43 +00:00
John Ericson 6717246373
Merge pull request #111284 from siraben/remove-new-stdenv-lib
stdenv: warn about use of inherited lib
2021-01-30 22:28:05 -05:00
Sandro 1fd35ff65b
Merge pull request #111311 from lorenzleutgeb/gradle-6.8.1 2021-01-31 04:10:01 +01:00
github-actions[bot] c72ffa864a
Merge staging-next into staging 2021-01-30 18:27:30 +00:00
Ryan Mulligan 882c9488fa
Merge pull request #111114 from r-ryantm/auto-update/jbang
jbang: 0.62.0 -> 0.63.0
2021-01-30 08:04:00 -08:00
Mario Rodas 4509dbdb8a
Merge pull request #111246 from marsam/update-rubocop
rubocop: 1.8.0 -> 1.9.0
2021-01-30 10:29:20 -05:00
Lorenz Leutgeb 113bc6492d gradle: 6.7 -> 6.8.1 2021-01-30 14:15:56 +01:00
github-actions[bot] 8dbc95f67b
Merge staging-next into staging 2021-01-30 12:23:09 +00:00
Robert Scott 89b4d1741b
Merge pull request #111104 from r-ryantm/auto-update/gomplate
gomplate: 3.8.0 -> 3.9.0
2021-01-30 12:17:55 +00:00
Ben Siraphob 7ff2c85a8e cargo-valgrind: stdenv.lib -> lib 2021-01-30 17:22:11 +07:00
adisbladis 8026cf1736
Merge pull request #111231 from zowoq/buildah
buildah: 1.19.2 -> 1.19.3
2021-01-30 08:57:47 +01:00
github-actions[bot] 2c6ca9ac8a
Merge staging-next into staging 2021-01-30 06:19:36 +00:00
zowoq 197ff9434b buildah: 1.19.2 -> 1.19.3
https://github.com/containers/buildah/releases/tag/v1.19.3
2021-01-30 16:12:05 +10:00
Mario Rodas e377fa388a
Merge pull request #111214 from r-ryantm/auto-update/flyway
flyway: 7.3.1 -> 7.5.2
2021-01-29 21:41:17 -05:00
Sandro fb6564959f
Merge pull request #109917 from greizgh/sqlx-cli 2021-01-30 02:20:16 +01:00
R. RyanTM 701d93c827 flyway: 7.3.1 -> 7.5.2 2021-01-29 22:13:20 +00:00
Claudio Bley 71cda4f111 bazel: 3.3.1 -> 3.7.1
* remove python-shebang patch since it was integrated upstream[1]

[1]: https://github.com/bazelbuild/bazel/pull/11535/files
2021-01-29 21:53:25 +01:00
github-actions[bot] 9123d48a15
Merge staging-next into staging 2021-01-29 18:31:09 +00:00
Michael Weiss 2c0b72cae5
cargo-c: 0.7.1 -> 0.7.2 2021-01-29 18:12:47 +01:00
Tim Steinbach 40463bfd03
jenkins: 2.263.2 → 2.263.3 2021-01-29 11:57:00 -05:00
R. RyanTM bbb2fdb476 delve: 1.5.1 -> 1.6.0 2021-01-29 14:00:43 +00:00
github-actions[bot] c367646dd4
Merge staging-next into staging 2021-01-29 12:23:58 +00:00
github-actions[bot] 5953c2bc94
Merge master into staging-next 2021-01-29 12:23:53 +00:00
Oleksii Filonenko e32327fde7
Merge pull request #111149 from r-ryantm/auto-update/cargo-cache
cargo-cache: 0.6.0 -> 0.6.1
2021-01-29 14:03:26 +02:00
R. RyanTM 638791d7ba cargo-cache: 0.6.0 -> 0.6.1 2021-01-29 11:22:53 +00:00
Daniël de Kok 33484a20ce
Merge pull request #111086 from otavio/upgrade/cargo-limit
cargo-limit: 0.0.4 -> 0.0.5
2021-01-29 08:54:59 +01:00
github-actions[bot] 4c82d7eb24
Merge staging-next into staging 2021-01-29 06:19:21 +00:00
github-actions[bot] 379bc872f9
Merge master into staging-next 2021-01-29 06:19:18 +00:00
Mario Rodas 27c60f4959
Merge pull request #111071 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 2021.01.26-22.35.27 -> 2021.01.28-03.03.16
2021-01-28 23:48:57 -05:00
Mario Rodas 9ae006d65a
Merge pull request #110243 from r-ryantm/auto-update/pmd
pmd: 6.29.0 -> 6.30.0
2021-01-28 23:44:32 -05:00
R. RyanTM 8969fc7e04 jbang: 0.62.0 -> 0.63.0 2021-01-29 04:39:10 +00:00
Mario Rodas 3325d6a6f8
Merge pull request #111105 from r-ryantm/auto-update/gosec
gosec: 2.5.0 -> 2.6.1
2021-01-28 23:32:53 -05:00
Mario Rodas 84322ac332
Merge pull request #111103 from r-ryantm/auto-update/golangci-lint
golangci-lint: 1.35.2 -> 1.36.0
2021-01-28 23:32:11 -05:00
Mario Rodas 962e8a14a8
Merge pull request #111053 from r-ryantm/auto-update/ameba
ameba: 0.13.3 -> 0.13.4
2021-01-28 23:26:18 -05:00
Mario Rodas 76d31346f7
Merge pull request #111075 from r-ryantm/auto-update/codeql
codeql: 2.4.1 -> 2.4.2
2021-01-28 23:22:19 -05:00
Mario Rodas 39d6a9f477
Merge pull request #111049 from r-ryantm/auto-update/act
act: 0.2.18 -> 0.2.19
2021-01-28 23:21:42 -05:00
Mario Rodas adf172578f
Merge pull request #111066 from r-ryantm/auto-update/cargo-make
cargo-make: 0.32.10 -> 0.32.11
2021-01-28 23:21:07 -05:00
Mario Rodas 26ea145761
Merge pull request #111068 from r-ryantm/auto-update/cargo-udeps
cargo-udeps: 0.1.16 -> 0.1.17
2021-01-28 23:20:01 -05:00
Mario Rodas 62de38f659 rubocop: 1.8.0 -> 1.9.0
https://github.com/rubocop-hq/rubocop/releases/tag/v1.9.0
2021-01-29 04:20:00 +00:00
Mario Rodas 32d793a441
Merge pull request #111077 from r-ryantm/auto-update/dapper
dapper: 0.5.4 -> 0.5.5
2021-01-28 23:17:27 -05:00
Mario Rodas a9d541f155
Merge pull request #111093 from r-ryantm/auto-update/fly
fly: 6.7.3 -> 6.7.4
2021-01-28 23:15:22 -05:00
R. RyanTM 037250bf1c gosec: 2.5.0 -> 2.6.1 2021-01-29 03:35:32 +00:00
R. RyanTM 363d54afb9 gomplate: 3.8.0 -> 3.9.0 2021-01-29 03:24:50 +00:00
R. RyanTM 9d22ca6fd0 golangci-lint: 1.35.2 -> 1.36.0 2021-01-29 03:19:43 +00:00
Mario Rodas 30c2fb65fe
Merge pull request #111072 from r-ryantm/auto-update/cloud-nuke
cloud-nuke: 0.1.24 -> 0.1.25
2021-01-28 21:27:34 -05:00
R. RyanTM bda6c3bfd2 fly: 6.7.3 -> 6.7.4 2021-01-29 01:59:05 +00:00
R. RyanTM 21314a1171 flow: 0.143.0 -> 0.143.1 2021-01-29 01:47:55 +00:00
R. RyanTM de1701742b dapper: 0.5.4 -> 0.5.5 2021-01-29 00:04:58 +00:00
R. RyanTM 40c99513eb codeql: 2.4.1 -> 2.4.2 2021-01-28 23:48:20 +00:00
R. RyanTM f326c2aa24 cloud-nuke: 0.1.24 -> 0.1.25 2021-01-28 23:35:09 +00:00
R. RyanTM f805ac9075 clojure-lsp: 2021.01.26-22.35.27 -> 2021.01.28-03.03.16 2021-01-28 23:31:18 +00:00
R. RyanTM 3861ecdad2 cargo-udeps: 0.1.16 -> 0.1.17 2021-01-28 23:01:34 +00:00
R. RyanTM a68106e1f7 cargo-make: 0.32.10 -> 0.32.11 2021-01-28 22:49:09 +00:00