Unverified Commit 6eca6a87 authored by Julian Antonielli's avatar Julian Antonielli Committed by GitHub
Browse files

Don't require `thiserror` 1.0.36 (#2076)

parent d5bcd4f3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -35,8 +35,7 @@ once_cell = "1.13"
regex = "1.5.5"
serde_urlencoded = "0.7"
strum_macros = "0.24"
# TODO Investigate.
thiserror = "<=1.0.36"
thiserror = "1.0.0"
tracing = "0.1.35"
tokio = { version = "1.8.4", features = ["full"] }
tower = { version = "0.4.11", features = ["util", "make"], default-features = false }