@@ -23,38 +23,38 @@ path = "src/lib.rs"
23
23
serde = [" uuid/serde" , " serde_cr" , " serde_bytes" ]
24
24
25
25
[dependencies ]
26
- async-trait = " 0.1.68 "
27
- log = " 0.4.17 "
26
+ async-trait = " 0.1.70 "
27
+ log = " 0.4.19 "
28
28
bitflags = " 1.3.2"
29
- thiserror = " 1.0.40 "
30
- uuid = " 1.3.1 "
31
- serde_cr = { package = " serde" , version = " 1.0.160 " , features = [" derive" ], default-features = false , optional = true }
32
- serde_bytes = { version = " 0.11.9 " , optional = true }
29
+ thiserror = " 1.0.41 "
30
+ uuid = " 1.4.0 "
31
+ serde_cr = { package = " serde" , version = " 1.0.166 " , features = [" derive" ], default-features = false , optional = true }
32
+ serde_bytes = { version = " 0.11.10 " , optional = true }
33
33
dashmap = " 5.4.0"
34
34
futures = " 0.3.28"
35
35
static_assertions = " 1.1.0"
36
- tokio = { version = " 1.27.0 " , features = [" rt" , " sync" ] }
37
- tokio-stream = { version = " 0.1.12 " , features = [" sync" ] }
36
+ tokio = { version = " 1.29.1 " , features = [" rt" , " sync" ] }
37
+ tokio-stream = { version = " 0.1.14 " , features = [" sync" ] }
38
38
39
39
[target .'cfg(target_os = "linux")' .dependencies ]
40
40
dbus = " 0.9.7"
41
- bluez-async = " 0.7.1 "
41
+ bluez-async = " 0.7.2 "
42
42
43
43
[target .'cfg(target_os = "android")' .dependencies ]
44
44
jni = " 0.19.0"
45
- once_cell = " 1.17.1 "
46
- jni-utils = " 0.1.0 "
45
+ once_cell = " 1.18.0 "
46
+ jni-utils = " 0.1.1 "
47
47
48
48
[target .'cfg(any(target_os = "macos", target_os = "ios"))' .dependencies ]
49
- cocoa = " 0.24.1 "
49
+ cocoa = " 0.25.0 "
50
50
objc = " 0.2.7"
51
- libc = " 0.2.141 "
51
+ libc = " 0.2.147 "
52
52
53
53
[target .'cfg(target_os = "windows")' .dependencies ]
54
54
windows = { version = " 0.48.0" , features = [" Devices_Bluetooth" , " Devices_Bluetooth_GenericAttributeProfile" , " Devices_Bluetooth_Advertisement" , " Devices_Radios" , " Foundation_Collections" , " Foundation" , " Storage_Streams" ] }
55
55
56
56
[dev-dependencies ]
57
57
rand = " 0.8.5"
58
- pretty_env_logger = " 0.4 .0"
59
- tokio = { version = " 1.27.0 " , features = [" macros" , " rt" , " rt-multi-thread" ] }
60
- serde_json = " 1.0.96 "
58
+ pretty_env_logger = " 0.5 .0"
59
+ tokio = { version = " 1.29.1 " , features = [" macros" , " rt" , " rt-multi-thread" ] }
60
+ serde_json = " 1.0.100 "
0 commit comments