Skip to content

Commit 038a081

Browse files
committed
Add deps.rs badge and update dependencies
1 parent 07b6e98 commit 038a081

File tree

3 files changed

+20
-35
lines changed

3 files changed

+20
-35
lines changed

Cargo.lock

+15-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
anyhow = "1.0.57"
8-
clap = { version = "3.1.18", features = ["derive"] }
8+
clap = { version = "4.0.15", features = ["derive"] }
99
ctrlc = "3.2"
1010
env_logger = "0.9.0"
1111
futures = "0.3.21"

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Serial-MQTT bridge [![CI](https://github.com/DanNixon/serial-mqtt-bridge/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/DanNixon/serial-mqtt-bridge/actions/workflows/ci.yml)
1+
# Serial-MQTT bridge
2+
3+
[![CI](https://github.com/DanNixon/serial-mqtt-bridge/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/DanNixon/serial-mqtt-bridge/actions/workflows/ci.yml)
4+
[![dependency status](https://deps.rs/repo/github/dannixon/serial-mqtt-bridge/status.svg)](https://deps.rs/repo/github/dannixon/serial-mqtt-bridge)
25

36
A simple bridge that provides access to a serial device via MQTT.
47

0 commit comments

Comments
 (0)