@@ -24,17 +24,17 @@ path = "src/lib.rs"
24
24
serde = [" uuid/serde" , " serde_cr" , " serde_bytes" ]
25
25
26
26
[dependencies ]
27
- async-trait = " 0.1.51 "
27
+ async-trait = " 0.1.52 "
28
28
log = " 0.4.14"
29
29
bitflags = " 1.3.2"
30
30
thiserror = " 1.0.30"
31
31
uuid = " 0.8.2"
32
- serde_cr = { package = " serde" , version = " 1.0.130 " , features = [" derive" ], default-features = false , optional = true }
32
+ serde_cr = { package = " serde" , version = " 1.0.133 " , features = [" derive" ], default-features = false , optional = true }
33
33
serde_bytes = { version = " 0.11.5" , optional = true }
34
- dashmap = " 4 .0.2 "
35
- futures = " 0.3.18 "
34
+ dashmap = " 5 .0.0 "
35
+ futures = " 0.3.19 "
36
36
static_assertions = " 1.1.0"
37
- tokio = { version = " 1.14 .0" , features = [" rt" , " sync" ] }
37
+ tokio = { version = " 1.15 .0" , features = [" rt" , " sync" ] }
38
38
tokio-stream = { version = " 0.1.8" , features = [" sync" ] }
39
39
40
40
[target .'cfg(target_os = "linux")' .dependencies ]
@@ -44,14 +44,14 @@ bluez-async = "0.5.5"
44
44
[target .'cfg(any(target_os = "macos", target_os = "ios"))' .dependencies ]
45
45
cocoa = " 0.24.0"
46
46
objc = " 0.2.7"
47
- libc = " 0.2.108 "
47
+ libc = " 0.2.112 "
48
48
49
49
[target .'cfg(target_os = "windows")' .dependencies ]
50
50
windows = { version = " 0.28.0" , features = [" std" , " Devices_Bluetooth" , " Devices_Bluetooth_GenericAttributeProfile" , " Devices_Bluetooth_Advertisement" , " Devices_Radios" , " Foundation_Collections" , " Foundation" , " Storage_Streams" ] }
51
51
52
52
[dev-dependencies ]
53
53
rand = " 0.8.4"
54
54
pretty_env_logger = " 0.4.0"
55
- tokio = { version = " 1.14 .0" , features = [" macros" , " rt" , " rt-multi-thread" ] }
56
- serde_json = " 1.0.72 "
55
+ tokio = { version = " 1.15 .0" , features = [" macros" , " rt" , " rt-multi-thread" ] }
56
+ serde_json = " 1.0.74 "
57
57
0 commit comments