+1
-1
crates/jacquard-identity/Cargo.toml
+1
-1
crates/jacquard-identity/Cargo.toml
···
37
37
urlencoding.workspace = true
38
38
tracing = { workspace = true, optional = true }
39
39
n0-future = { workspace = true, optional = true }
40
-
mini-moka = { git = "https://github.com/moka-rs/mini-moka", rev = "da864e849f5d034f32e02197fee9bb5d5af36d3d", optional = true }
40
+
mini-moka = { version = "0.11.0", git = "https://github.com/moka-rs/mini-moka", rev = "da864e849f5d034f32e02197fee9bb5d5af36d3d", optional = true }
41
41
42
42
[target.'cfg(not(target_family = "wasm"))'.dependencies]
43
43
hickory-resolver = { optional = true, version = "0.24", default-features = false, features = ["system-config", "tokio-runtime"]}