Skip to content

Commit a29e8a7

Browse files
committed
build: Update dependencies
1 parent 6c4759d commit a29e8a7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ serde = ["uuid/serde", "serde_cr", "serde_bytes"]
2525
async-trait = "0.1.83"
2626
log = "0.4.22"
2727
bitflags = "2.6.0"
28-
thiserror = "1.0.64"
29-
uuid = "1.10.0"
30-
serde_cr = { package = "serde", version = "1.0.210", features = ["derive"], default-features = false, optional = true }
28+
thiserror = "2.0.9"
29+
uuid = "1.11.0"
30+
serde_cr = { package = "serde", version = "1.0.216", features = ["derive"], default-features = false, optional = true }
3131
serde_bytes = { version = "0.11.15", optional = true }
3232
dashmap = "6.1.0"
3333
futures = "0.3.31"
3434
static_assertions = "1.1.0"
3535
# rt feature needed for block_on in macOS internal thread
36-
tokio = { version = "1.40.0", features = ["sync", "rt"] }
37-
tokio-stream = { version = "0.1.16", features = ["sync"] }
36+
tokio = { version = "1.42.0", features = ["sync", "rt"] }
37+
tokio-stream = { version = "0.1.17", features = ["sync"] }
3838

3939
[target.'cfg(target_os = "linux")'.dependencies]
4040
dbus = "0.9.7"
41-
bluez-async = "0.7.2"
41+
bluez-async = "0.8.0"
4242

4343
[target.'cfg(target_os = "android")'.dependencies]
4444
jni = "0.19.0"
@@ -79,6 +79,6 @@ windows = { version = "0.57.0", features = ["Devices_Bluetooth", "Devices_Blueto
7979
[dev-dependencies]
8080
rand = "0.8.5"
8181
pretty_env_logger = "0.5.0"
82-
tokio = { version = "1.40.0", features = ["macros", "rt", "rt-multi-thread"] }
83-
serde_json = "1.0.128"
82+
tokio = { version = "1.42.0", features = ["macros", "rt", "rt-multi-thread"] }
83+
serde_json = "1.0.134"
8484
toml = "0.8.19"

0 commit comments

Comments
 (0)