Skip to content

Commit

Permalink
build(deps): bump zipf from 7.0.0 to 7.0.1 (#677)
Browse files Browse the repository at this point in the history
* build(deps): bump zipf from 7.0.0 to 7.0.1

Bumps [zipf](https://github.com/jonhoo/rust-zipf) from 7.0.0 to 7.0.1.
- [Commits](jonhoo/rust-zipf@v7.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: zipf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update cargo vet audits

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Geoghegan <timg@divviup.org>
  • Loading branch information
dependabot[bot] and tgeoghegan authored Aug 15, 2023
1 parent b81f807 commit d2f0b7f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ hex = { version = "0.4.3", features = ["serde"] }
prio = { path = ".", features = ["test-util"] }
cfg-if = "1.0.0"
once_cell = "1.18.0"
zipf = "7.0.0"
zipf = "7.0.1"
hex-literal = "0.4.1"

[features]
Expand Down
10 changes: 10 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,16 @@ who = "David Cook <dcook@divviup.org>"
criteria = "safe-to-run"
version = "7.0.0"

[[audits.zipf]]
who = "Tim Geoghegan <timg@divviup.org>"
criteria = "safe-to-run"
delta = "7.0.0 -> 7.0.1"
notes = """
The bulk of the changes are to CI scripts that don't affect the shipping
code. There are harmless-looking Cargo features removed. The actual code
changes do not look unsafe.
"""

[[trusted.byteorder]]
criteria = "safe-to-deploy"
user-id = 189 # Andrew Gallant (BurntSushi)
Expand Down

0 comments on commit d2f0b7f

Please sign in to comment.