Commit 9d3beb34 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

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.
parent eaf0733a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3633,7 +3633,7 @@ dependencies = [

[[package]]
name = "tor-dirmgr"
version = "0.5.0"
version = "0.5.1"
dependencies = [
 "async-trait",
 "base64",
+1 −1
Original line number Diff line number Diff line
[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"