Skip to content

Commit

Permalink
chore: update dependencies to latest versions
Browse files Browse the repository at this point in the history
- clap: 4.5.21 -> 4.5.23
- serde_yaml: 0.9.33 -> 0.9.34+deprecated
- serialport: 4.6.0 -> 4.6.1
- thiserror: 2.0.3 -> 2.0.4
- time: 0.3.36 -> 0.3.37
- tokio: 1.41.1 -> 1.42.0
  • Loading branch information
aljen committed Dec 6, 2024
1 parent a1627b2 commit fa98bab
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ maintenance = { status = "actively-developed" }

[dependencies]
axum = "0.7.9"
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
config = "0.14.1"
futures = "0.3.31"
hex = "0.4.3"
Expand All @@ -44,12 +44,12 @@ rand = { version = "0.8.5", features = ["small_rng"] }
rmodbus = "0.9.9"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_yaml = "0.9.33"
serialport = "4.6.0"
serde_yaml = "0.9.34+deprecated"
serialport = "4.6.1"
socket2 = "0.5.8"
thiserror = "2.0.3"
time = { version = "0.3.36", features = ["local-offset"] }
tokio = { version = "1.41.1", features = ["full"] }
thiserror = "2.0.4"
time = { version = "0.3.37", features = ["local-offset"] }
tokio = { version = "1.42.0", features = ["full"] }
tower = "0.5.1"
tower-http = { version = "0.6.2", features = ["trace"] }
tracing = "0.1.41"
Expand Down

0 comments on commit fa98bab

Please sign in to comment.