1
1
[package ]
2
2
name = " noosphere-gateway"
3
- version = " 0.10.1 "
3
+ version = " 0.10.2 "
4
4
edition = " 2021"
5
5
description = " A geist on the network that enables user spheres to discover each other"
6
6
keywords = [" http" , " geist" , " noosphere" , " p2p" , " ucan" ]
@@ -23,8 +23,8 @@ tracing = { workspace = true }
23
23
24
24
[target .'cfg(not(target_arch = "wasm32"))' .dev-dependencies ]
25
25
reqwest = { workspace = true }
26
- noosphere-common = { version = " 0.1.1 " , path = " ../noosphere-common" , features = [" helpers" ] }
27
- noosphere-core = { version = " 0.17.1 " , path = " ../noosphere-core" , features = [" helpers" ] }
26
+ noosphere-common = { version = " 0.1.2 " , path = " ../noosphere-common" , features = [" helpers" ] }
27
+ noosphere-core = { version = " 0.17.2 " , path = " ../noosphere-core" , features = [" helpers" ] }
28
28
29
29
[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
30
30
anyhow = { workspace = true }
@@ -46,11 +46,11 @@ async-stream = { workspace = true }
46
46
url = { workspace = true , features = [" serde" ] }
47
47
mime_guess = " ^2"
48
48
49
- noosphere-ipfs = { version = " 0.8.2 " , path = " ../noosphere-ipfs" }
50
- noosphere-core = { version = " 0.17.1 " , path = " ../noosphere-core" }
51
- noosphere-ns = { version = " 0.11.2 " , path = " ../noosphere-ns" }
52
- noosphere-storage = { version = " 0.9.1 " , path = " ../noosphere-storage" }
53
- noosphere-common = { version = " 0.1.1 " , path = " ../noosphere-common" }
49
+ noosphere-ipfs = { version = " 0.8.3 " , path = " ../noosphere-ipfs" }
50
+ noosphere-core = { version = " 0.17.2 " , path = " ../noosphere-core" }
51
+ noosphere-ns = { version = " 0.11.3 " , path = " ../noosphere-ns" }
52
+ noosphere-storage = { version = " 0.9.2 " , path = " ../noosphere-storage" }
53
+ noosphere-common = { version = " 0.1.2 " , path = " ../noosphere-common" }
54
54
ucan = { workspace = true }
55
55
ucan-key-support = { workspace = true }
56
56
cid = { workspace = true }
0 commit comments