Commit 00e44059 authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

Bump tor-dirclient patchlevel, since its dependency changed.

parent 316e6ae3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4724,7 +4724,7 @@ dependencies = [

[[package]]
name = "tor-dirclient"
version = "0.9.0"
version = "0.9.1"
dependencies = [
 "async-compression",
 "base64ct",
+1 −1
Original line number Diff line number Diff line
[package]
name = "tor-dirclient"
version = "0.9.0"
version = "0.9.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ tor-checkable = { path = "../tor-checkable", version = "0.5.5" }
tor-circmgr = { path = "../tor-circmgr", version = "0.11.0" }
tor-config = { path = "../tor-config", version = "0.9.5" }
tor-consdiff = { path = "../tor-consdiff", version = "0.5.6" }
tor-dirclient = { path = "../tor-dirclient", version = "0.9.0", default-features = false }
tor-dirclient = { path = "../tor-dirclient", version = "0.9.1", default-features = false }
tor-error = { path = "../tor-error", version = "0.5.4", features = ["tracing"] }
tor-geoip = { path = "../tor-geoip", version = "0.1.0", optional = true }
tor-guardmgr = { path = "../tor-guardmgr", version = "0.10.1" }
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ tor-cell = { path = "../tor-cell", version = "0.12.3", features = ["hs"] }
tor-checkable = { path = "../tor-checkable", version = "0.5.5" }
tor-circmgr = { version = "0.11.0", path = "../tor-circmgr", features = ["hs-client"] }
tor-config = { path = "../tor-config", version = "0.9.5" }
tor-dirclient = { path = "../tor-dirclient", version = "0.9.0", default-features = false, features = ["hs-client"] }
tor-dirclient = { path = "../tor-dirclient", version = "0.9.1", default-features = false, features = ["hs-client"] }
tor-error = { path = "../tor-error", version = "0.5.4", features = ["tracing"] }
tor-hscrypto = { version = "0.3.3", path = "../tor-hscrypto" }
tor-keymgr = { version = "0.3.0", path = "../tor-keymgr", default-features = false }
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ tor-cell = { version = "0.12.3", path = "../tor-cell", features = ["hs"] }
tor-cert = { path = "../tor-cert", version = "0.7.5" }
tor-circmgr = { version = "0.11.0", path = "../tor-circmgr", features = ["hs-service"] }
tor-config = { version = "0.9.5", path = "../tor-config" }
tor-dirclient = { path = "../tor-dirclient", version = "0.9.0", default-features = false, features = ["hs-service"] }
tor-dirclient = { path = "../tor-dirclient", version = "0.9.1", default-features = false, features = ["hs-service"] }
tor-error = { version = "0.5.4", path = "../tor-error" }
tor-hscrypto = { version = "0.3.3", path = "../tor-hscrypto" }
tor-keymgr = { version = "0.3.0", path = "../tor-keymgr", features = ["keymgr"] }