Skip to content

Commit 5bd90e1

Browse files
authored
Merge pull request #32 from silicon-heaven/dependabot/cargo/cargo-deps-46f330ef0c
Bump url from 2.5.7 to 2.5.8 in the cargo-deps group
2 parents ddb3eb8 + bfed5bd commit 5bd90e1

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "shvcall"
33
description = "CLI utility to invoke remote SHV RPC calls"
44
license = "MIT"
55
repository = "https://github.com/silicon-heaven/shvcall-rs"
6-
version = "3.9.12"
6+
version = "3.9.13"
77
edition = "2024"
88

99
[[bin]]
@@ -24,7 +24,7 @@ simple_logger = { version = "5.0.0", features = ["stderr"] }
2424
clap = { version = "4.5.54", features = ["derive"] }
2525
rustyline-async = { version = "0.4.1", optional = true }
2626
crossterm = { version = "0.29", optional = true }
27-
url = "2.4.1"
27+
url = "2.5.8"
2828
futures-time = "3.0.0"
2929
async-channel = "2.3.1"
3030
serialport = { version = "4.7.1", optional = true }

0 commit comments

Comments
 (0)