Skip to content

Commit

Permalink
build(deps): bump zipf from 7.0.0 to 7.0.1 (#676)
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] <[email protected]>

* Update cargo audits

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Geoghegan <[email protected]>
  • Loading branch information
dependabot[bot] and tgeoghegan authored Aug 16, 2023
1 parent 6f405f8 commit 19210de
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@ -46,7 +46,7 @@ rand = "0.8"
serde_json = "1.0"
statest = "0.2.2"
statrs = "0.16.0"
zipf = "7.0.0"
zipf = "7.0.1"

[features]
default = ["crypto-dependencies"]
Expand Down
5 changes: 5 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,11 @@ who = "David Cook <[email protected]>"
criteria = "safe-to-run"
version = "7.0.0"

[[audits.zipf]]
who = "Tim Geoghegan <[email protected]>"
criteria = "safe-to-run"
delta = "7.0.0 -> 7.0.1"

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

0 comments on commit 19210de

Please sign in to comment.