@@ -23,38 +23,38 @@ path = "src/lib.rs"
2323serde = [" uuid/serde" , " serde_cr" , " serde_bytes" ]
2424
2525[dependencies ]
26- async-trait = " 0.1.68 "
27- log = " 0.4.17 "
26+ async-trait = " 0.1.70 "
27+ log = " 0.4.19 "
2828bitflags = " 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 }
3333dashmap = " 5.4.0"
3434futures = " 0.3.28"
3535static_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" ] }
3838
3939[target .'cfg(target_os = "linux")' .dependencies ]
4040dbus = " 0.9.7"
41- bluez-async = " 0.7.1 "
41+ bluez-async = " 0.7.2 "
4242
4343[target .'cfg(target_os = "android")' .dependencies ]
4444jni = " 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 "
4747
4848[target .'cfg(any(target_os = "macos", target_os = "ios"))' .dependencies ]
49- cocoa = " 0.24.1 "
49+ cocoa = " 0.25.0 "
5050objc = " 0.2.7"
51- libc = " 0.2.141 "
51+ libc = " 0.2.147 "
5252
5353[target .'cfg(target_os = "windows")' .dependencies ]
5454windows = { version = " 0.48.0" , features = [" Devices_Bluetooth" , " Devices_Bluetooth_GenericAttributeProfile" , " Devices_Bluetooth_Advertisement" , " Devices_Radios" , " Foundation_Collections" , " Foundation" , " Storage_Streams" ] }
5555
5656[dev-dependencies ]
5757rand = " 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