Skip to content

Commit

Permalink
build: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Dec 21, 2024
1 parent 6c4759d commit a29e8a7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ serde = ["uuid/serde", "serde_cr", "serde_bytes"]
async-trait = "0.1.83"
log = "0.4.22"
bitflags = "2.6.0"
thiserror = "1.0.64"
uuid = "1.10.0"
serde_cr = { package = "serde", version = "1.0.210", features = ["derive"], default-features = false, optional = true }
thiserror = "2.0.9"
uuid = "1.11.0"
serde_cr = { package = "serde", version = "1.0.216", features = ["derive"], default-features = false, optional = true }
serde_bytes = { version = "0.11.15", optional = true }
dashmap = "6.1.0"
futures = "0.3.31"
static_assertions = "1.1.0"
# rt feature needed for block_on in macOS internal thread
tokio = { version = "1.40.0", features = ["sync", "rt"] }
tokio-stream = { version = "0.1.16", features = ["sync"] }
tokio = { version = "1.42.0", features = ["sync", "rt"] }
tokio-stream = { version = "0.1.17", features = ["sync"] }

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

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

0 comments on commit a29e8a7

Please sign in to comment.