You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reqwest = { version = "0.12", default-features = false, features = ["json"] }
22
-
lru = "0.12"
21
+
reqwest = { version = "0.13", default-features = false, features = ["http2", "json"] }
22
+
lru = "0.16"
23
23
# per https://serde.rs/no-std.html, "a dependency on serde_json always needs Serde built with std", which is why we do not set "default-features = false" on `serde`.
24
24
serde = { version = "1.0", features = ["derive"] }
25
25
serde_json = "1.0"
26
-
ipnetwork = "0.20"
26
+
ipnetwork = "0.21"
27
27
tokio = { version = "1", default-features = false, features = ["time"] }
0 commit comments