@@ -25,20 +25,20 @@ serde = ["uuid/serde", "serde_cr", "serde_bytes"]
25
25
async-trait = " 0.1.83"
26
26
log = " 0.4.22"
27
27
bitflags = " 2.6.0"
28
- thiserror = " 1 .0.64 "
29
- uuid = " 1.10 .0"
30
- serde_cr = { package = " serde" , version = " 1.0.210 " , features = [" derive" ], default-features = false , optional = true }
28
+ thiserror = " 2 .0.9 "
29
+ uuid = " 1.11 .0"
30
+ serde_cr = { package = " serde" , version = " 1.0.216 " , features = [" derive" ], default-features = false , optional = true }
31
31
serde_bytes = { version = " 0.11.15" , optional = true }
32
32
dashmap = " 6.1.0"
33
33
futures = " 0.3.31"
34
34
static_assertions = " 1.1.0"
35
35
# rt feature needed for block_on in macOS internal thread
36
- tokio = { version = " 1.40 .0" , features = [" sync" , " rt" ] }
37
- tokio-stream = { version = " 0.1.16 " , features = [" sync" ] }
36
+ tokio = { version = " 1.42 .0" , features = [" sync" , " rt" ] }
37
+ tokio-stream = { version = " 0.1.17 " , features = [" sync" ] }
38
38
39
39
[target .'cfg(target_os = "linux")' .dependencies ]
40
40
dbus = " 0.9.7"
41
- bluez-async = " 0.7.2 "
41
+ bluez-async = " 0.8.0 "
42
42
43
43
[target .'cfg(target_os = "android")' .dependencies ]
44
44
jni = " 0.19.0"
@@ -79,6 +79,6 @@ windows = { version = "0.57.0", features = ["Devices_Bluetooth", "Devices_Blueto
79
79
[dev-dependencies ]
80
80
rand = " 0.8.5"
81
81
pretty_env_logger = " 0.5.0"
82
- tokio = { version = " 1.40 .0" , features = [" macros" , " rt" , " rt-multi-thread" ] }
83
- serde_json = " 1.0.128 "
82
+ tokio = { version = " 1.42 .0" , features = [" macros" , " rt" , " rt-multi-thread" ] }
83
+ serde_json = " 1.0.134 "
84
84
toml = " 0.8.19"
0 commit comments