@@ -22,18 +22,18 @@ path = "src/lib.rs"
2222serde = [" uuid/serde" , " serde_cr" , " serde_bytes" ]
2323
2424[dependencies ]
25- async-trait = " 0.1.74 "
25+ async-trait = " 0.1.76 "
2626log = " 0.4.20"
2727bitflags = " 2.4.1"
28- thiserror = " 1.0.50 "
29- uuid = " 1.5.0 "
30- serde_cr = { package = " serde" , version = " 1.0.192 " , features = [" derive" ], default-features = false , optional = true }
31- serde_bytes = { version = " 0.11.12 " , optional = true }
28+ thiserror = " 1.0.53 "
29+ uuid = " 1.6.1 "
30+ serde_cr = { package = " serde" , version = " 1.0.193 " , features = [" derive" ], default-features = false , optional = true }
31+ serde_bytes = { version = " 0.11.13 " , optional = true }
3232dashmap = " 5.5.3"
33- futures = " 0.3.29 "
33+ futures = " 0.3.30 "
3434static_assertions = " 1.1.0"
3535# rt feature needed for block_on in macOS internal thread
36- tokio = { version = " 1.34.0 " , features = [" sync" , " rt" ] }
36+ tokio = { version = " 1.35.1 " , features = [" sync" , " rt" ] }
3737tokio-stream = { version = " 0.1.14" , features = [" sync" ] }
3838
3939[target .'cfg(target_os = "linux")' .dependencies ]
@@ -42,19 +42,19 @@ bluez-async = "0.7.2"
4242
4343[target .'cfg(target_os = "android")' .dependencies ]
4444jni = " 0.19.0"
45- once_cell = " 1.18 .0"
45+ once_cell = " 1.19 .0"
4646jni-utils = " 0.1.1"
4747
4848[target .'cfg(any(target_os = "macos", target_os = "ios"))' .dependencies ]
4949cocoa = " 0.25.0"
5050objc = " 0.2.7"
51- libc = " 0.2.150 "
51+ libc = " 0.2.151 "
5252
5353[target .'cfg(target_os = "windows")' .dependencies ]
5454windows = { version = " 0.52.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"
5858pretty_env_logger = " 0.5.0"
59- tokio = { version = " 1.34.0 " , features = [" macros" , " rt" , " rt-multi-thread" ] }
60- serde_json = " 1.0.108 "
59+ tokio = { version = " 1.35.1 " , features = [" macros" , " rt" , " rt-multi-thread" ] }
60+ serde_json = " 1.0.109 "
0 commit comments