github psastras/sarif-rs miri-sarif-latest
miri-sarif latest

latest release: hadolint-sarif-latest
4 months ago

Changelog

[miri-sarif-v0.8.0] - 2025-05-09

๐Ÿš€ Features

  • Inital implemetation of serde-sarif
  • Update rust doc location
  • Publish serde-sarif 0.1.2
  • Enable derive_builder for sarif structs
  • Clippy-sarif cli tool
  • Add initial sarif-fmt
  • Update path resolver
  • Allow missing end_line
  • Resolve message levels accurately
  • Update sarif-fmt message resolver
  • Add hadolint sarif converter
  • Add shellcheck sarif converter
  • Add plain text output for sarif-fmt
  • Change plain fmt to one line per issue
  • Add support for clang-tidy
  • Change plain fmt to more standard format
  • Improved clippy sarif output
  • Upgrade rust, strip binary size
  • Add support for arbitrary properties in PropertyBag
  • Clang-tidy: collect "note" items into relatedLocations
  • Sarif-fmt: show messages for relatedLocation items
  • Add --always-ansi option (useful for CI)
  • Use smarter arg (--color always|always-ansi|auto|never instead of just --always-ansi)
  • Use smarter arg (--color always|always-ansi|auto|never instead of just --always-ansi)
  • (shellcheck-sarif) Add support for format json1
  • Collect clippy's results children spans in related_locations
  • [breaking] Use TypedBuilder instead of Builder
  • Add feature flag to enable fallback setters for builder
  • (serde-sarif) Add miri converter
  • Add miri-sarif

๐Ÿ› Bug Fixes

  • Specify path dependency version
  • Re-order test and bin build
  • Correctly parse message format arg
  • Update clap to stable
  • Move off deprecated clap::App
  • Properly handle cli input for paths
  • Bump rust nightly
  • Remove nightly requirement for coverage
  • Default kind to fail when printing sarif results
  • Undo interface change
  • Changelog workflow
  • Bare enums serialize with their tags
  • Use check name for ruleId
  • Compile clang-tidy regex once

๐Ÿšœ Refactor

  • Move sarif into it's own module

๐Ÿ“š Documentation

  • Update README
  • Update serde-sarif README
  • Minor documentation fix
  • Update github
  • Add development instructions
  • Add readme status badges
  • Add static website
  • Update all cli documentation
  • Add google
  • Minor documentation fixes
  • Update reference to gh releases
  • Add release instructions
  • Add instructions to fix sarif paths in clippy-sarif
  • Example of installing on Fedora
  • Fix documentation link
  • Amend install instructions

๐Ÿงช Testing

  • Validate clang-tidy note parsing and formatting

โš™๏ธ Miscellaneous Tasks

  • Use rust publish crate action
  • Publish rustdoc as github pages
  • Enable dependabot (#1)
  • Bump anyhow from 1.0.38 to 1.0.41
  • Add sarif upload
  • Don't require success to upload sarif
  • Publish pre-releases to github
  • Publish macos binaries
  • Publish macos binaries
  • Publish macos binaries
  • Fix tag name
  • Adjust release labels
  • Add integration test
  • Bump thiserror from 1.0.25 to 1.0.26
  • Automerge and autoreview
  • Retry publish
  • Update test code
  • Remove cargo-readme (unmaintained)
  • Enable code coverage
  • Update auto merge
  • Add shellcheck test
  • Try other automerge strategy
  • Remove automerge - cannot trigger main ci
  • Add clippy test
  • Bump cargo_metadata from 0.13.1 to 0.14.0
  • Bump anyhow from 1.0.41 to 1.0.42
  • Bump syn from 1.0.73 to 1.0.74
  • Bump codecov/codecov-action from 1 to 2.0.2
  • Bump proc-macro2 from 1.0.27 to 1.0.28
  • Bump serde from 1.0.126 to 1.0.127
  • Bump serde_json from 1.0.64 to 1.0.66
  • Bump anyhow from 1.0.42 to 1.0.43
  • Bump codecov/codecov-action from 2.0.2 to 2.0.3
  • Bump thiserror from 1.0.26 to 1.0.28
  • Bump proc-macro2 from 1.0.28 to 1.0.29
  • Bump serde from 1.0.127 to 1.0.130
  • Bump serde_json from 1.0.66 to 1.0.67
  • Bump syn from 1.0.74 to 1.0.76
  • Bump thiserror from 1.0.28 to 1.0.29
  • Bump anyhow from 1.0.43 to 1.0.44
  • Bump syn from 1.0.76 to 1.0.77
  • Bump version-sync from 0.9.2 to 0.9.3
  • Bump serde_json from 1.0.67 to 1.0.68
  • Bump codecov/codecov-action from 2.0.3 to 2.1.0
  • Bump cachix/install-nix-action from 13 to 14
  • Bump schemafy_lib from 0.5.2 to 0.6.0
  • Bump syn from 1.0.77 to 1.0.80
  • Bump thiserror from 1.0.29 to 1.0.30
  • Bump strum_macros from 0.21.1 to 0.22.0
  • Bump strum from 0.21.0 to 0.22.0
  • Bump quote from 1.0.9 to 1.0.10
  • Fix zola docs build
  • Fix clippy lint
  • Bump proc-macro2 from 1.0.29 to 1.0.30
  • Bump cargo_metadata from 0.14.0 to 0.14.1
  • Fix nix-path issue
  • Disable nix related tests temporarily
  • Fix nix
  • Pin rust nightly version
  • Bump serde_json from 1.0.68 to 1.0.75
  • Don't fail build on publish crate verify
  • Bump version-sync from 0.9.3 to 0.9.4
  • Don't fail build on publish crate verify
  • Only run publish of commit message is release
  • Bump strum_macros from 0.22.0 to 0.23.1
  • Fix sarif workflow
  • Bump serde from 1.0.130 to 1.0.133
  • Automerge dependabot
  • Bump proc-macro2 from 1.0.30 to 1.0.36
  • Bump syn from 1.0.80 to 1.0.85
  • Bump anyhow from 1.0.44 to 1.0.52
  • Bump quote from 1.0.10 to 1.0.14
  • Bump clap from 3.0.7 to 3.0.8
  • Tweak automerge action
  • Add auto-update workflow
  • Remove auto update action
  • Bump strum from 0.22.0 to 0.23.0
  • Add gh tagged releases
  • Bump mikepenz/release-changelog-builder-action from 1 to 2.7.2
  • Bump clap from 3.0.8 to 3.0.9
  • Add auto-update workflow
  • Add submodule dependabot support
  • Fix dependabot config
  • Bump docs/themes/adidoks from 4ac7b69 to d898a73
  • Bump clap from 3.0.9 to 3.0.10
  • Bump syn from 1.0.85 to 1.0.86
  • Bump docs/themes/adidoks from d898a73 to eb74a5a
  • Bump serde from 1.0.133 to 1.0.134
  • Bump anyhow from 1.0.52 to 1.0.53
  • Bump clap from 3.0.10 to 3.0.11
  • Bump serde from 1.0.134 to 1.0.135
  • Bump quote from 1.0.14 to 1.0.15
  • Bump serde_json from 1.0.75 to 1.0.78
  • Bump clap from 3.0.11 to 3.0.12
  • Bump docs/themes/adidoks from eb74a5a to 9068659
  • Bump serde from 1.0.135 to 1.0.136
  • Bump clap from 3.0.12 to 3.0.13
  • Bump mikepenz/release-changelog-builder-action from 2.7.2 to 2.8.0
  • Bump mikepenz/release-changelog-builder-action from 2.8.0 to 2.8.1
  • Bump mikepenz/release-changelog-builder-action from 2.8.1 to 2.8.2
  • Bump clap from 3.0.13 to 3.0.14
  • Bump mikepenz/release-changelog-builder-action from 2.8.2 to 2.9.0
  • Bump serde_json from 1.0.78 to 1.0.79
  • Bump cargo_metadata from 0.14.1 to 0.14.2
  • Bump anyhow from 1.0.53 to 1.0.54
  • Bump strum from 0.23.0 to 0.24.0
  • Bump strum_macros from 0.23.1 to 0.24.0
  • Bump anyhow from 1.0.54 to 1.0.55
  • Bump actions/checkout from 2 to 3
  • Bump anyhow from 1.0.55 to 1.0.56
  • Bump regex from 1.5.4 to 1.5.5
  • Bump syn from 1.0.86 to 1.0.87
  • Bump docs/themes/adidoks from 9068659 to 5c69827
  • Bump syn from 1.0.87 to 1.0.88
  • Bump syn from 1.0.88 to 1.0.89
  • Bump derive_builder from 0.10.2 to 0.11.0
  • Bump derive_builder from 0.11.0 to 0.11.1
  • Bump quote from 1.0.15 to 1.0.16
  • Bump syn from 1.0.89 to 1.0.90
  • Bump quote from 1.0.16 to 1.0.17
  • Bump codecov/codecov-action from 2.1.0 to 3
  • Bump proc-macro2 from 1.0.36 to 1.0.37
  • Bump syn from 1.0.90 to 1.0.91
  • Bump cachix/install-nix-action from 16 to 17
  • Bump quote from 1.0.17 to 1.0.18
  • Bump mikepenz/release-changelog-builder-action from 2.9.0 to 3
  • Bump derive_builder from 0.11.1 to 0.11.2
  • Bump anyhow from 1.0.56 to 1.0.57
  • Relax code coverage constraints
  • Bump clap from 3.0.14 to 3.1.9
  • Bump clap from 3.1.9 to 3.1.12
  • Bump github/codeql-action from 1 to 2
  • Bump syn from 1.0.91 to 1.0.92
  • Bump serde_json from 1.0.79 to 1.0.80
  • Bump thiserror from 1.0.30 to 1.0.31
  • Bump serde from 1.0.136 to 1.0.137
  • Bump clap from 3.1.12 to 3.1.15
  • Bump serde_json from 1.0.80 to 1.0.81
  • Bump clap from 3.1.15 to 3.1.17
  • Bump proc-macro2 from 1.0.37 to 1.0.38
  • Bump syn from 1.0.92 to 1.0.93
  • Bump clap from 3.1.17 to 3.1.18
  • Bump syn from 1.0.93 to 1.0.94
  • Bump proc-macro2 from 1.0.38 to 1.0.39
  • Bump syn from 1.0.94 to 1.0.95
  • Bump regex from 1.5.5 to 1.5.6
  • Bump prettyplease from 0.1.10 to 0.1.11
  • Bump syn from 1.0.95 to 1.0.96
  • Bump strum from 0.24.0 to 0.24.1
  • Bump clap from 3.1.18 to 3.2.3
  • Bump strum_macros from 0.24.0 to 0.24.1
  • Bump clap from 3.2.3 to 3.2.5
  • Bump prettyplease from 0.1.11 to 0.1.12
  • Bump quote from 1.0.18 to 1.0.19
  • Bump prettyplease from 0.1.12 to 0.1.14
  • Bump anyhow from 1.0.57 to 1.0.58
  • Bump proc-macro2 from 1.0.39 to 1.0.40
  • Bump syn from 1.0.96 to 1.0.98
  • Bump clap from 3.2.5 to 3.2.6
  • Bump quote from 1.0.19 to 1.0.20
  • Bump cargo_metadata from 0.14.2 to 0.15.0
  • Bump prettyplease from 0.1.14 to 0.1.15
  • Bump strum_macros from 0.24.1 to 0.24.2
  • Bump clap from 3.2.6 to 3.2.7
  • Bump serde_json from 1.0.81 to 1.0.82
  • Bump clap from 3.2.7 to 3.2.8
  • Bump serde from 1.0.137 to 1.0.138
  • Bump regex from 1.5.6 to 1.6.0
  • Bump serde from 1.0.138 to 1.0.139
  • Bump prettyplease from 0.1.15 to 0.1.16
  • Bump clap from 3.2.8 to 3.2.10
  • Bump clap from 3.2.10 to 3.2.11
  • Bump clap from 3.2.11 to 3.2.12
  • Bump clap from 3.2.12 to 3.2.13
  • Bump serde from 1.0.139 to 1.0.140
  • Bump clap from 3.2.13 to 3.2.14
  • Bump clap from 3.2.14 to 3.2.15
  • Bump proc-macro2 from 1.0.40 to 1.0.41
  • Bump proc-macro2 from 1.0.41 to 1.0.42
  • Bump prettyplease from 0.1.16 to 0.1.17
  • Bump anyhow from 1.0.58 to 1.0.59
  • Bump clap from 3.2.15 to 3.2.16
  • Bump serde from 1.0.140 to 1.0.141
  • Bump serde from 1.0.141 to 1.0.142
  • Bump serde_json from 1.0.82 to 1.0.83
  • Bump proc-macro2 from 1.0.42 to 1.0.43
  • Bump syn from 1.0.98 to 1.0.99
  • Bump quote from 1.0.20 to 1.0.21
  • Bump thiserror from 1.0.31 to 1.0.32
  • Bump prettyplease from 0.1.17 to 0.1.18
  • Bump strum_macros from 0.24.2 to 0.24.3
  • Bump anyhow from 1.0.59 to 1.0.60
  • Bump serde from 1.0.142 to 1.0.143
  • Disable clippy eq warning
  • Bump clap from 3.2.16 to 3.2.17
  • Bump anyhow from 1.0.60 to 1.0.61
  • Bump anyhow from 1.0.61 to 1.0.62
  • Bump serde_json from 1.0.83 to 1.0.85
  • Bump serde from 1.0.143 to 1.0.144
  • Bump clap from 3.2.17 to 3.2.18
  • Bump thiserror from 1.0.32 to 1.0.33
  • Bump anyhow from 1.0.62 to 1.0.63
  • Bump clap from 3.2.18 to 3.2.19
  • Bump prettyplease from 0.1.18 to 0.1.19
  • Bump clap from 3.2.19 to 3.2.20
  • Bump thiserror from 1.0.33 to 1.0.34
  • Bump anyhow from 1.0.63 to 1.0.64
  • Bump clap from 3.2.20 to 3.2.21
  • Bump thiserror from 1.0.34 to 1.0.35
  • Bump anyhow from 1.0.64 to 1.0.65
  • Bump clap from 3.2.21 to 3.2.22
  • Bump syn from 1.0.99 to 1.0.100
  • Fix new clippy warning
  • Bump serde from 1.0.144 to 1.0.145
  • Bump thiserror from 1.0.35 to 1.0.36
  • Bump syn from 1.0.100 to 1.0.101
  • Bump proc-macro2 from 1.0.43 to 1.0.44
  • Bump thiserror from 1.0.36 to 1.0.37
  • Bump proc-macro2 from 1.0.44 to 1.0.46
  • Bump prettyplease from 0.1.19 to 0.1.20
  • Bump syn from 1.0.101 to 1.0.102
  • Bump serde_json from 1.0.85 to 1.0.86
  • Bump cachix/install-nix-action from 17 to 18
  • Bump prettyplease from 0.1.20 to 0.1.21
  • Bump proc-macro2 from 1.0.46 to 1.0.47
  • Bump serde_json from 1.0.86 to 1.0.87
  • Use latest rust cache action
  • Update nix packages
  • Bump syn from 1.0.102 to 1.0.103
  • Bump serde from 1.0.145 to 1.0.147
  • Bump anyhow from 1.0.65 to 1.0.66
  • Bump cargo_metadata from 0.15.0 to 0.15.1
  • Update clap
  • Bump clap from 4.0.19 to 4.0.22
  • Bump regex from 1.6.0 to 1.7.0
  • Bump clap from 4.0.22 to 4.0.23
  • Bump clap from 4.0.23 to 4.0.25
  • Bump hmarr/auto-approve-action from 2 to 3
  • Bump clap from 4.0.25 to 4.0.26
  • Bump serde_json from 1.0.87 to 1.0.88
  • Bump serde_json from 1.0.88 to 1.0.89
  • Bump cargo_metadata from 0.15.1 to 0.15.2
  • Bump clap from 4.0.26 to 4.0.27
  • Bump serde from 1.0.147 to 1.0.148
  • Bump derive_builder from 0.11.2 to 0.12.0
  • Bump duct from 0.13.5 to 0.13.6
  • Bump duct_sh from 0.13.5 to 0.13.6
  • Bump clap from 4.0.27 to 4.0.29
  • Bump syn from 1.0.104 to 1.0.105
  • Bump serde from 1.0.148 to 1.0.149
  • Bump serde from 1.0.149 to 1.0.150
  • Fix clippy warnings
  • Bump thiserror from 1.0.37 to 1.0.38
  • Update to clap derives
  • Bump syn from 1.0.105 to 1.0.107
  • Bump anyhow from 1.0.66 to 1.0.68
  • Bump serde_json from 1.0.89 to 1.0.91
  • Bump quote from 1.0.21 to 1.0.23
  • Bump proc-macro2 from 1.0.47 to 1.0.49
  • Bump clap from 4.0.29 to 4.0.30
  • Bump clap from 4.0.30 to 4.0.31
  • Bump clap from 4.0.31 to 4.0.32
  • Bump serde from 1.0.150 to 1.0.152
  • Bump prettyplease from 0.1.21 to 0.1.23
  • Bump clap from 4.0.32 to 4.1.0
  • Bump regex from 1.7.0 to 1.7.1
  • Bump clap from 4.1.0 to 4.1.1
  • Bump proc-macro2 from 1.0.49 to 1.0.50
  • Bump clap from 4.1.1 to 4.1.2
  • Bump clap from 4.1.2 to 4.1.3
  • Bump clap from 4.1.3 to 4.1.4
  • Bump katyo/publish-crates from 1 to 2
  • Bump cargo_metadata from 0.15.2 to 0.15.3
  • Bump serde_json from 1.0.91 to 1.0.92
  • Bump cachix/install-nix-action from 18 to 19
  • Bump anyhow from 1.0.68 to 1.0.69
  • Bump proc-macro2 from 1.0.50 to 1.0.51
  • Bump serde_json from 1.0.92 to 1.0.93
  • Bump clap from 4.1.4 to 4.1.6
  • Bump syn from 1.0.107 to 1.0.108
  • Bump Swatinem/rust-cache from 1 to 2
  • Bump clap from 4.1.6 to 4.1.7
  • Bump clap from 4.1.7 to 4.1.8
  • Bump cachix/install-nix-action from 19 to 20
  • Bump prettyplease from 0.1.23 to 0.1.24
  • Bump thiserror from 1.0.38 to 1.0.39
  • Bump serde_json from 1.0.93 to 1.0.94
  • Bump serde from 1.0.152 to 1.0.153
  • Fixup clippy errors
  • Bump proc-macro2 from 1.0.51 to 1.0.53
  • Bump clap from 4.1.8 to 4.1.11
  • Bump serde from 1.0.153 to 1.0.156
  • Bump syn from 1.0.108 to 1.0.109
  • Bump clap from 4.1.11 to 4.1.12
  • Bump regex from 1.7.1 to 1.7.2
  • Bump anyhow from 1.0.69 to 1.0.70
  • Bump thiserror from 1.0.39 to 1.0.40
  • Bump clap from 4.1.12 to 4.1.13
  • Bump serde from 1.0.156 to 1.0.158
  • Bump regex from 1.7.2 to 1.7.3
  • Bump proc-macro2 from 1.0.53 to 1.0.54
  • Bump serde_json from 1.0.94 to 1.0.95
  • Bump serde from 1.0.158 to 1.0.159
  • Bump clap from 4.1.13 to 4.2.0
  • Bump clap from 4.2.0 to 4.2.1
  • Bump cargo_metadata from 0.15.3 to 0.15.4
  • Bump proc-macro2 from 1.0.54 to 1.0.56
  • Bump serde from 1.0.159 to 1.0.160
  • Bump clap from 4.2.1 to 4.2.2
  • Bump serde_json from 1.0.95 to 1.0.96
  • Bump cachix/install-nix-action from 20 to 21
  • Bump cachix/install-nix-action from 21 to 22
  • Bump mikepenz/release-changelog-builder-action from 3 to 4
  • Fix clippy warnings
  • Fixup dependencies
  • Bump syn from 2.0.25 to 2.0.27
  • Bump prettyplease from 0.2.10 to 0.2.12
  • Bump strum from 0.24.1 to 0.25.0
  • Bump regex from 1.7.3 to 1.9.1
  • Bump cargo_metadata from 0.15.4 to 0.17.0
  • Bump anyhow from 1.0.70 to 1.0.72
  • Bump thiserror from 1.0.40 to 1.0.44
  • Bump serde_json from 1.0.96 to 1.0.104
  • Bump serde from 1.0.179 to 1.0.180
  • Bump quote from 1.0.29 to 1.0.30
  • Bump proc-macro2 from 1.0.64 to 1.0.66
  • Bump clap from 4.2.2 to 4.3.19
  • Bump quote from 1.0.30 to 1.0.32
  • Bump serde from 1.0.180 to 1.0.181
  • Bump regex from 1.9.1 to 1.9.3
  • Bump serde from 1.0.181 to 1.0.183
  • Bump clap from 4.3.19 to 4.3.21
  • Bump thiserror from 1.0.44 to 1.0.46
  • Bump anyhow from 1.0.72 to 1.0.74
  • Bump serde_json from 1.0.104 to 1.0.105
  • Bump quote from 1.0.32 to 1.0.33
  • Bump clap from 4.3.21 to 4.3.22
  • Bump anyhow from 1.0.74 to 1.0.75
  • Bump thiserror from 1.0.46 to 1.0.47
  • Bump syn from 2.0.28 to 2.0.29
  • Bump serde from 1.0.183 to 1.0.185
  • Bump clap from 4.3.22 to 4.3.23
  • Bump clap from 4.3.23 to 4.3.24
  • Fix clippy
  • Bump syn from 2.0.29 to 2.0.31
  • Bump prettyplease from 0.2.12 to 0.2.14
  • Bump serde from 1.0.185 to 1.0.188
  • Bump thiserror from 1.0.47 to 1.0.48
  • Bump regex from 1.9.3 to 1.9.5
  • Bump actions/checkout from 3 to 4
  • Bump cachix/install-nix-action from 22 to 23
  • Bump clap from 4.3.24 to 4.4.2
  • Bump prettyplease from 0.2.14 to 0.2.15
  • Bump serde_json from 1.0.105 to 1.0.106
  • Bump syn from 2.0.31 to 2.0.32
  • Bump version-sync from 0.9.4 to 0.9.5
  • Bump cargo_metadata from 0.17.0 to 0.18.0
  • Bump clap from 4.4.2 to 4.4.3
  • Bump proc-macro2 from 1.0.66 to 1.0.67
  • Bump serde_json from 1.0.106 to 1.0.107
  • Bump syn from 2.0.32 to 2.0.33
  • Bump syn from 2.0.33 to 2.0.34
  • Bump clap from 4.4.3 to 4.4.4
  • Bump syn from 2.0.34 to 2.0.37
  • Bump clap from 4.4.4 to 4.4.5
  • Bump thiserror from 1.0.48 to 1.0.49
  • Bump clap from 4.4.5 to 4.4.6
  • Bump regex from 1.9.5 to 1.9.6
  • Bump syn from 2.0.37 to 2.0.38
  • Bump proc-macro2 from 1.0.67 to 1.0.68
  • Bump proc-macro2 from 1.0.68 to 1.0.69
  • Bump regex from 1.9.6 to 1.10.0
  • Bump serde from 1.0.188 to 1.0.189
  • Bump cargo_metadata from 0.18.0 to 0.18.1
  • Bump thiserror from 1.0.49 to 1.0.50
  • Bump regex from 1.10.0 to 1.10.2
  • Bump clap from 4.4.6 to 4.4.7
  • Bump serde from 1.0.189 to 1.0.190
  • Bump serde_json from 1.0.107 to 1.0.108
  • Bump syn from 2.0.38 to 2.0.39
  • Bump serde from 1.0.190 to 1.0.191
  • Bump serde from 1.0.191 to 1.0.192
  • Bump clap from 4.4.7 to 4.4.8
  • Bump serde from 1.0.192 to 1.0.193
  • Bump clap from 4.4.8 to 4.4.9
  • Bump cachix/install-nix-action from 23 to 24
  • Bump clap from 4.4.9 to 4.4.11
  • Bump proc-macro2 from 1.0.69 to 1.0.70
  • Bump github/codeql-action from 2 to 3
  • Bump syn from 2.0.39 to 2.0.41
  • Bump thiserror from 1.0.50 to 1.0.51
  • Bump proc-macro2 from 1.0.70 to 1.0.71
  • Bump syn from 2.0.41 to 2.0.42
  • Bump anyhow from 1.0.75 to 1.0.76
  • Bump duct from 0.13.6 to 0.13.7
  • Bump duct_sh from 0.13.6 to 0.13.7
  • Bump syn from 2.0.42 to 2.0.43
  • Bump thiserror from 1.0.51 to 1.0.52
  • Bump anyhow from 1.0.76 to 1.0.77
  • Bump thiserror from 1.0.52 to 1.0.53
  • Bump proc-macro2 from 1.0.71 to 1.0.73
  • Bump clap from 4.4.11 to 4.4.12
  • Bump serde_json from 1.0.108 to 1.0.109
  • Bump quote from 1.0.33 to 1.0.34
  • Bump proc-macro2 from 1.0.73 to 1.0.74
  • Bump serde_json from 1.0.109 to 1.0.110
  • Bump prettyplease from 0.2.15 to 0.2.16
  • Bump anyhow from 1.0.77 to 1.0.79
  • Bump thiserror from 1.0.53 to 1.0.56
  • Bump proc-macro2 from 1.0.74 to 1.0.75
  • Bump serde_json from 1.0.110 to 1.0.111
  • Bump clap from 4.4.12 to 4.4.13
  • Bump syn from 2.0.46 to 2.0.48
  • Bump clap from 4.4.13 to 4.4.14
  • Bump proc-macro2 from 1.0.75 to 1.0.76
  • Bump serde from 1.0.194 to 1.0.195
  • Bump clap from 4.4.14 to 4.4.15
  • Bump cachix/install-nix-action from 24 to 25
  • Bump clap from 4.4.15 to 4.4.17
  • Bump clap from 4.4.17 to 4.4.18
  • Bump serde_json from 1.0.111 to 1.0.113
  • Bump regex from 1.10.2 to 1.10.3
  • Bump serde from 1.0.195 to 1.0.196
  • Bump derive_builder from 0.12.0 to 0.13.0
  • Bump proc-macro2 from 1.0.76 to 1.0.78
  • Bump strum from 0.25.0 to 0.26.1
  • Bump derive_builder from 0.13.0 to 0.13.1
  • Bump thiserror from 1.0.56 to 1.0.57
  • Bump clap from 4.4.18 to 4.5.0
  • Bump derive_builder from 0.13.1 to 0.20.0
  • Bump syn from 2.0.48 to 2.0.49
  • Bump clap from 4.5.0 to 4.5.1
  • Bump anyhow from 1.0.79 to 1.0.80
  • Bump serde_json from 1.0.113 to 1.0.114
  • Bump serde from 1.0.196 to 1.0.197
  • Bump syn from 2.0.49 to 2.0.50
  • Bump syn from 2.0.50 to 2.0.51
  • Bump syn from 2.0.51 to 2.0.52
  • Bump clap from 4.5.1 to 4.5.2
  • Bump cachix/install-nix-action from 25 to 26
  • Bump strum from 0.26.1 to 0.26.2
  • Bump anyhow from 1.0.80 to 1.0.81
  • Bump proc-macro2 from 1.0.78 to 1.0.79
  • Bump thiserror from 1.0.57 to 1.0.58
  • Bump clap from 4.5.2 to 4.5.3
  • Bump strum_macros from 0.24.3 to 0.26.2
  • Bump syn from 2.0.52 to 2.0.53
  • Bump regex from 1.10.3 to 1.10.4
  • Bump prettyplease from 0.2.16 to 0.2.17
  • Bump syn from 2.0.53 to 2.0.55
  • Bump serde_json from 1.0.114 to 1.0.115
  • Bump clap from 4.5.3 to 4.5.4
  • Bump syn from 2.0.55 to 2.0.57
  • Bump syn from 2.0.57 to 2.0.58
  • Bump serde from 1.0.197 to 1.0.202
  • Update clippy and ci
  • Remove auto-update action
  • Bump serde_json from 1.0.115 to 1.0.120
  • Bump proc-macro2 from 1.0.79 to 1.0.86
  • Bump peaceiris/actions-gh-pages from 3 to 4
  • Bump hmarr/auto-approve-action from 3 to 4
  • Bump codecov/codecov-action from 3 to 4
  • Bump cachix/install-nix-action from 26 to 27
  • Bump prettyplease from 0.2.17 to 0.2.20
  • Fixup rustfmt
  • Bump quote from 1.0.35 to 1.0.36
  • Remove unstable warnings
  • Bump strum from 0.26.2 to 0.26.3
  • Bump serde from 1.0.202 to 1.0.204
  • Bump strum_macros from 0.26.2 to 0.26.4
  • Bump thiserror from 1.0.58 to 1.0.61
  • Bump syn from 2.0.69 to 2.0.70
  • Bump clap from 4.5.4 to 4.5.9
  • Bump regex from 1.10.4 to 1.10.5
  • Bump thiserror from 1.0.61 to 1.0.62
  • Bump syn from 2.0.70 to 2.0.71
  • Bump thiserror from 1.0.62 to 1.0.63
  • Bump syn from 2.0.71 to 2.0.72
  • Bump clap from 4.5.9 to 4.5.10
  • Fixup clippy warnings
  • Bump serde_json from 1.0.120 to 1.0.121
  • Bump clap from 4.5.10 to 4.5.11
  • Bump mikepenz/release-changelog-builder-action from 4 to 5
  • Bump clap from 4.5.11 to 4.5.12
  • Setup nix development environment
  • Add ossf scorecard
  • Update zola path
  • Bump ossf/scorecard-action from 2.3.3 to 2.4.0
  • Bump DeterminateSystems/nix-installer-action from 7 to 13
  • Add openssf scorecard
  • Bump clap from 4.5.12 to 4.5.13
  • Fix changelog generator
  • Add openssf best practices
  • Add CONTRIBUTING.md
  • Fixup changelog again
  • Try to fix changelog line breaks
  • Update latest
  • Continue on error in ci
  • Bump regex from 1.10.5 to 1.10.6
  • Bump serde_json from 1.0.121 to 1.0.122
  • Bump clap from 4.5.13 to 4.5.14
  • Bump serde from 1.0.204 to 1.0.205
  • Bump serde_json from 1.0.122 to 1.0.124
  • Bump clap from 4.5.14 to 4.5.15
  • Bump serde from 1.0.205 to 1.0.206
  • Bump syn from 2.0.72 to 2.0.74
  • Bump serde from 1.0.206 to 1.0.207
  • Bump serde from 1.0.207 to 1.0.208
  • Bump serde_json from 1.0.124 to 1.0.125
  • Bump clap from 4.5.15 to 4.5.16
  • Bump syn from 2.0.74 to 2.0.75
  • Bump typed-builder from 0.19.1 to 0.20.0
  • Bump quote from 1.0.36 to 1.0.37
  • Bump serde from 1.0.208 to 1.0.209
  • Bump serde_json from 1.0.125 to 1.0.127
  • Bump syn from 2.0.75 to 2.0.76
  • Bump prettyplease from 0.2.20 to 0.2.22
  • Bump syn from 2.0.76 to 2.0.77
  • Bump clap from 4.5.16 to 4.5.17
  • Bump serde_json from 1.0.127 to 1.0.128
  • Bump serde from 1.0.209 to 1.0.210
  • Bump anyhow from 1.0.86 to 1.0.87
  • Bump DeterminateSystems/nix-installer-action from 13 to 14
  • Bump DeterminateSystems/magic-nix-cache-action from 7 to 8
  • Bump anyhow from 1.0.87 to 1.0.88
  • Bump anyhow from 1.0.88 to 1.0.89
  • Bump thiserror from 1.0.63 to 1.0.64
  • Bump clap from 4.5.17 to 4.5.18
  • Bump syn from 2.0.77 to 2.0.79
  • Bump regex from 1.10.6 to 1.11.0
  • Bump clap from 4.5.18 to 4.5.19
  • Bump proc-macro2 from 1.0.86 to 1.0.87
  • Bump clap from 4.5.19 to 4.5.20
  • Bump proc-macro2 from 1.0.87 to 1.0.88
  • Bump serde_json from 1.0.128 to 1.0.129
  • Bump anyhow from 1.0.89 to 1.0.90
  • Bump serde_json from 1.0.129 to 1.0.130
  • Bump serde_json from 1.0.130 to 1.0.132
  • Bump prettyplease from 0.2.22 to 0.2.24
  • Bump anyhow from 1.0.90 to 1.0.91
  • Bump proc-macro2 from 1.0.88 to 1.0.89
  • Bump thiserror from 1.0.64 to 1.0.65
  • Bump serde from 1.0.210 to 1.0.213
  • Bump syn from 2.0.82 to 2.0.83
  • Bump syn from 2.0.83 to 2.0.85
  • Bump prettyplease from 0.2.24 to 0.2.25
  • Bump regex from 1.11.0 to 1.11.1
  • Bump serde from 1.0.213 to 1.0.214
  • Bump thiserror from 1.0.65 to 1.0.66
  • Bump anyhow from 1.0.91 to 1.0.92
  • Bump DeterminateSystems/nix-installer-action from 14 to 15
  • Bump syn from 2.0.86 to 2.0.87
  • Bump thiserror from 1.0.66 to 1.0.68
  • Bump anyhow from 1.0.92 to 1.0.93
  • Bump thiserror from 1.0.68 to 2.0.0
  • Bump thiserror from 2.0.0 to 2.0.1
  • Bump thiserror from 2.0.1 to 2.0.3
  • Bump serde from 1.0.214 to 1.0.215
  • Bump clap from 4.5.20 to 4.5.21
  • Bump DeterminateSystems/nix-installer-action from 15 to 16
  • Bump serde_json from 1.0.132 to 1.0.133
  • Bump proc-macro2 from 1.0.89 to 1.0.91
  • Bump cargo_metadata from 0.18.1 to 0.19.0
  • Bump proc-macro2 from 1.0.91 to 1.0.92
  • Bump syn from 2.0.87 to 2.0.89
  • Bump syn from 2.0.89 to 2.0.90
  • Bump anyhow from 1.0.93 to 1.0.94
  • Bump cargo_metadata from 0.19.0 to 0.19.1
  • Bump thiserror from 2.0.3 to 2.0.4
  • Bump clap from 4.5.21 to 4.5.22
  • Bump clap from 4.5.22 to 4.5.23
  • Bump thiserror from 2.0.4 to 2.0.6
  • Bump serde from 1.0.215 to 1.0.216
  • Bump thiserror from 2.0.6 to 2.0.7
  • Bump thiserror from 2.0.7 to 2.0.8
  • Bump thiserror from 2.0.8 to 2.0.9
  • Bump syn from 2.0.90 to 2.0.91
  • Bump anyhow from 1.0.94 to 1.0.95
  • Bump serde_json from 1.0.133 to 1.0.134
  • Bump quote from 1.0.37 to 1.0.38
  • Bump syn from 2.0.91 to 2.0.92
  • Bump syn from 2.0.92 to 2.0.93
  • Bump serde from 1.0.216 to 1.0.217
  • Bump syn from 2.0.93 to 2.0.94
  • Bump syn from 2.0.94 to 2.0.95
  • Bump prettyplease from 0.2.25 to 0.2.27
  • Bump serde_json from 1.0.134 to 1.0.135
  • Bump clap from 4.5.23 to 4.5.24
  • Bump clap from 4.5.24 to 4.5.26
  • Bump thiserror from 2.0.9 to 2.0.10
  • Bump syn from 2.0.95 to 2.0.96
  • Bump thiserror from 2.0.10 to 2.0.11
  • Bump proc-macro2 from 1.0.92 to 1.0.93
  • Bump prettyplease from 0.2.27 to 0.2.29
  • Bump serde_json from 1.0.135 to 1.0.137
  • Bump DeterminateSystems/magic-nix-cache-action from 8 to 9
  • Bump clap from 4.5.26 to 4.5.27
  • Bump serde_json from 1.0.137 to 1.0.138
  • Bump syn from 2.0.96 to 2.0.98
  • Bump clap from 4.5.27 to 4.5.28
  • Bump strum from 0.26.3 to 0.27.0
  • Bump strum_macros from 0.26.4 to 0.27.0
  • Bump clap from 4.5.28 to 4.5.29
  • Bump strum_macros from 0.27.0 to 0.27.1
  • Bump clap from 4.5.29 to 4.5.30
  • Bump strum from 0.27.0 to 0.27.1
  • Bump serde_json from 1.0.138 to 1.0.139
  • Bump anyhow from 1.0.95 to 1.0.96
  • Bump serde from 1.0.217 to 1.0.218
  • Bump ossf/scorecard-action from 2.4.0 to 2.4.1
  • Bump clap from 4.5.30 to 4.5.31
  • Bump anyhow from 1.0.96 to 1.0.97
  • Bump thiserror from 2.0.11 to 2.0.12
  • Bump quote from 1.0.38 to 1.0.39
  • Bump proc-macro2 from 1.0.93 to 1.0.94
  • Bump syn from 2.0.98 to 2.0.99
  • Bump serde_json from 1.0.139 to 1.0.140
  • Bump prettyplease from 0.2.29 to 0.2.30
  • Bump cargo_metadata from 0.19.1 to 0.19.2
  • Bump serde from 1.0.218 to 1.0.219
  • Bump syn from 2.0.99 to 2.0.100
  • Bump clap from 4.5.31 to 4.5.32
  • Bump quote from 1.0.39 to 1.0.40
  • Bump prettyplease from 0.2.30 to 0.2.31
  • Bump typed-builder from 0.20.0 to 0.20.1
  • Bump typed-builder from 0.20.1 to 0.21.0
  • Bump codespan-reporting from 0.11.1 to 0.12.0
  • Bump clap from 4.5.32 to 4.5.33
  • Bump clap from 4.5.33 to 4.5.34
  • Bump clap from 4.5.34 to 4.5.35
  • Bump prettyplease from 0.2.31 to 0.2.32
  • Bump anyhow from 1.0.97 to 1.0.98
  • Bump clap from 4.5.35 to 4.5.36
  • Bump proc-macro2 from 1.0.94 to 1.0.95
  • Bump clap from 4.5.36 to 4.5.37
  • Bump DeterminateSystems/nix-installer-action from 16 to 17
  • Bump syn from 2.0.100 to 2.0.101
  • Bump duct from 0.13.7 to 1.0.0
  • Bump duct_sh from 0.13.7 to 1.0.0

Don't miss a new sarif-rs release

NewReleases is sending notifications on new releases.