Use AtomicU32 in RouteId (#616)

This commit is contained in:
Kai Jewson
2021-12-12 14:19:30 +00:00
committed by GitHub
parent b7cc3d4645
commit 9ed18d92cf
5 changed files with 34 additions and 7 deletions
+2 -1
View File
@@ -12,5 +12,6 @@ tracing-subscriber = { version="0.3", features = ["env-filter"] }
oauth2 = "4.1"
async-session = "3.0.0"
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.11", features = ["json"] }
# Use Rustls because it makes it easier to cross-compile on CI
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "json"] }
headers = "0.3"