Skip to content

Commit a04933b

Browse files
committed
build: Update dependencies
1 parent 3b103cc commit a04933b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Cargo.toml

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

2424
[dependencies]
25-
async-trait = "0.1.81"
25+
async-trait = "0.1.83"
2626
log = "0.4.22"
2727
bitflags = "2.6.0"
28-
thiserror = "1.0.63"
28+
thiserror = "1.0.64"
2929
uuid = "1.10.0"
30-
serde_cr = { package = "serde", version = "1.0.206", features = ["derive"], default-features = false, optional = true }
30+
serde_cr = { package = "serde", version = "1.0.210", features = ["derive"], default-features = false, optional = true }
3131
serde_bytes = { version = "0.11.15", optional = true }
32-
dashmap = "6.0.1"
33-
futures = "0.3.30"
32+
dashmap = "6.1.0"
33+
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.39.2", features = ["sync", "rt"] }
37-
tokio-stream = { version = "0.1.15", features = ["sync"] }
36+
tokio = { version = "1.40.0", features = ["sync", "rt"] }
37+
tokio-stream = { version = "0.1.16", features = ["sync"] }
3838

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

4343
[target.'cfg(target_os = "android")'.dependencies]
4444
jni = "0.19.0"
45-
once_cell = "1.19.0"
45+
once_cell = "1.20.2"
4646
jni-utils = "0.1.1"
4747

4848
[target.'cfg(target_vendor = "apple")'.dependencies]
@@ -79,5 +79,5 @@ 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.39.2", features = ["macros", "rt", "rt-multi-thread"] }
83-
serde_json = "1.0.124"
82+
tokio = { version = "1.40.0", features = ["macros", "rt", "rt-multi-thread"] }
83+
serde_json = "1.0.128"

0 commit comments

Comments
 (0)