Bump tor-dirmgr to version 0.5.1.

This does not require a change in any other crate, since
the change here does not affect tor-dirmgr's APIs.
This commit is contained in:
Nick Mathewson 2022-07-14 12:00:42 -04:00
parent eaf0733a6c
commit 9d3beb34a3
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3633,7 +3633,7 @@ dependencies = [
[[package]]
name = "tor-dirmgr"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"async-trait",
"base64",

View File

@ -1,6 +1,6 @@
[package]
name = "tor-dirmgr"
version = "0.5.0"
version = "0.5.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.56"