@@ -7,11 +7,11 @@ edition = "2018"
7
7
log = " 0.4.14"
8
8
num-derive = {version = " 0.3.3" , default-features = false }
9
9
num-traits = {version = " 0.2.14" , default-features = false }
10
- xous = " 0.9.22 "
11
- xous-ipc = " 0.9.22 "
10
+ xous = " 0.9.23 "
11
+ xous-ipc = " 0.9.23 "
12
12
rkyv = {version = " 0.4.3" , features = [" const_generics" ], default-features = false }
13
- log-server = { package = " xous-api-log" , version = " 0.1.16 " }
14
- xous-names = { package = " xous-api-names" , version = " 0.9.17 " }
13
+ log-server = { package = " xous-api-log" , version = " 0.1.17 " }
14
+ xous-names = { package = " xous-api-names" , version = " 0.9.18 " }
15
15
gam = {path = " ../../services/gam" }
16
16
graphics-server = {path = " ../../services/graphics-server" }
17
17
locales = {path = " ../../locales" }
@@ -21,7 +21,7 @@ usbd-human-interface-device = "0.2.1"
21
21
pddb = {path = " ../../services/pddb" }
22
22
modals = {path = " ../../services/modals" }
23
23
trng = {path =" ../../services/trng" }
24
- susres = {package = " xous-api-susres" , version = " 0.9.15 " }
24
+ susres = {package = " xous-api-susres" , version = " 0.9.16 " }
25
25
ime-plugin-api = {path = " ../../services/ime-plugin-api" }
26
26
content-plugin-api = {path = " ../../services/content-plugin-api" } # all content canvas providers must provide this API
27
27
ctap-crypto = {path = " libraries/crypto" }
@@ -31,7 +31,7 @@ byteorder = { version = "1.4.3", default-features = false }
31
31
arrayref = " 0.3.6"
32
32
subtle = { version = " 2.2.3" , default-features = false , features = [" nightly" ] }
33
33
rand_core = " 0.6.3"
34
- ticktimer-server = {package = " xous-api-ticktimer" , version = " 0.9.15 " }
34
+ ticktimer-server = {package = " xous-api-ticktimer" , version = " 0.9.16 " }
35
35
36
36
# ux formatting
37
37
hex = { version = " 0.4.3" , default-features = false , features = [" alloc" ] }
@@ -53,7 +53,7 @@ com_rs-ref = {path = "../../imports/com_rs-ref"}
53
53
54
54
# performance profiling
55
55
perflib = {path =" ../../tools/perflib" , optional = true }
56
- utralib = {version = " 0.1.8 " , optional = true , default-features = false }
56
+ utralib = {version = " 0.1.9 " , optional = true , default-features = false }
57
57
58
58
# testing
59
59
random-pick = {version = " 1.2.15" , optional = true }
0 commit comments