Skip to content

Commit 33a2731

Browse files
committed
build: Update dependencies
1 parent 78ecf48 commit 33a2731

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ path = "src/lib.rs"
2222
serde = ["uuid/serde", "serde_cr", "serde_bytes"]
2323

2424
[dependencies]
25-
async-trait = "0.1.74"
25+
async-trait = "0.1.76"
2626
log = "0.4.20"
2727
bitflags = "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 }
3232
dashmap = "5.5.3"
33-
futures = "0.3.29"
33+
futures = "0.3.30"
3434
static_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"] }
3737
tokio-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]
4444
jni = "0.19.0"
45-
once_cell = "1.18.0"
45+
once_cell = "1.19.0"
4646
jni-utils = "0.1.1"
4747

4848
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
4949
cocoa = "0.25.0"
5050
objc = "0.2.7"
51-
libc = "0.2.150"
51+
libc = "0.2.151"
5252

5353
[target.'cfg(target_os = "windows")'.dependencies]
5454
windows = { version = "0.52.0", features = ["Devices_Bluetooth", "Devices_Bluetooth_GenericAttributeProfile", "Devices_Bluetooth_Advertisement", "Devices_Radios", "Foundation_Collections", "Foundation", "Storage_Streams"] }
5555

5656
[dev-dependencies]
5757
rand = "0.8.5"
5858
pretty_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

Comments
 (0)