From 1dedb0a5e36d3ac727cc2efdc4ff39c949823605 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 14 Jan 2024 11:04:52 +0100 Subject: Upgrade dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 048d13d..7706d87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,12 +18,12 @@ sqlx = { version = "0.7", features = [ "runtime-tokio-rustls", "sqlite"]} tokio = { version = "1", features = ["full"] } tower-http = { version = "0.5.0", features = ["fs"] } -ham-cats = { git = "https://gitlab.scd31.com/cats/ham-cats", commit = "d22f541c9a7e1c3a6c6e9449d87212b060f5edfb" } +ham-cats = { git = "https://gitlab.scd31.com/cats/ham-cats", rev = "d22f541c9a7e1c3a6c6e9449d87212b060f5edfb" } half = { version = "2" } -rf4463 = { git = "https://gitlab.scd31.com/stephen/rf4463-lib", commit = "79c8def87540f8ab2663bfa3c9fb13db344ef84e" } -rppal = { version = "0.14", features = ["hal"] } +rf4463 = { git = "https://gitlab.scd31.com/stephen/rf4463-lib", rev = "79c8def87540f8ab2663bfa3c9fb13db344ef84e" } +rppal = { version = "0.16", features = ["hal"] } tonic = { version = "0.10", features = ["tls", "tls-roots"] } -async-stream = "0.2" +async-stream = "0.3" rand = "0.8" # Websockets example in https://github.com/tokio-rs/axum/tree/main/examples/websockets -- cgit v1.2.3