Skip to content

Commit

Permalink
refactor(rust/nanoid): use rand crate instead of getrandom (#59)
Browse files Browse the repository at this point in the history
* refactor(rust/nanoid): use rand crate instead of getrandom

* build(deps): update codecov/codecov-action action to v5 (#53)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
arunanshub and renovate[bot] authored Nov 20, 2024
1 parent 2263077 commit 58dc927
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 32 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ include = [
]

[dependencies]
getrandom = "0.2.15"
pyo3 = { version = "0.23.1", features = ["abi3-py39"] }
rand = "0.8.5"
thiserror = "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ find the benchmark script in the `tests/` directory.
You can run the benchmarks using the following command:

```sh
pytest tests/benchmark.py --benchmark-histogram=assets/benchmark.svg
pytest tests/benchmark.py --benchmark-histogram=assets/benchmark
```

## Credits
Expand Down
Loading

0 comments on commit 58dc927

Please sign in to comment.