aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-log-ratelim/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'msrv-bump-1.70' into 'main'Ian Jackson2023-11-301-1/+1
|\ | | | | | | | | Increase our MSRV to 1.70 See merge request tpo/core/arti!1773
| * In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
| |
* | Remove event-listener dependency from tor-log-ratelim.Nick Mathewson2023-11-281-1/+0
| | | | | | | | Gabi spotted that we weren't using this.
* | Upgrade to event-listener 4Nick Mathewson2023-11-271-1/+1
|/
* Deps and lockfile: Don't use tor-error and retry-error from crates.ioIan Jackson2023-11-211-1/+1
| | | | | | | | tor-log-ratelim mistakenly had a non-path dependency. Changing this, and running `cargo fetch --offline` to update the lockfile, causes the build to prefer in-tree for many entries in the lockfile.
* log_ratelim: Use a real error type for install_runtime()Nick Mathewson2023-11-161-1/+1
|
* New tor-log-ratelim crateNick Mathewson2023-11-161-0/+30
This crate is meant to provide rate-limited log messages to tell users about problems that can happen too frequently to log individually. This version is based off an earlier design, and off of conversations with @diziet. It still needs tests.