Skip to content

Commit

Permalink
fix(deps): update rust crate clap to v4.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 6d3a37b commit 0b1b1d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 158 deletions.
153 changes: 8 additions & 145 deletions prompting-client/Cargo.lock

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

17 changes: 4 additions & 13 deletions prompting-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,20 @@
name = "prompting-client"
version = "0.1.0"
edition = "2021"
default-run = "prompting-client-echo"
default-run = "prompting-client-cli"

[profile.release]
strip = true
lto = true

[[bin]]
name = "prompting-client-scripted"
path = "src/bin/scripted.rs"

[[bin]]
name = "prompting-client-echo"
path = "src/bin/echo.rs"
name = "prompting-client-cli"
path = "src/bin/cli.rs"

[[bin]]
name = "prompting-client-daemon"
path = "src/bin/daemon.rs"

[[bin]]
name = "prompting-client-set-log-level"
path = "src/bin/set_log_level.rs"

[dependencies]
chrono = "0.4.38"
clap = { version = "4.5.4", features = ["derive"] }
Expand All @@ -41,18 +33,17 @@ tokio-stream = "0.1.15"
tokio = { version = "1.37.0", features = ["fs", "io-util", "macros", "net", "process", "signal", "rt-multi-thread"] }
tonic = "0.12.0"
tonic-reflection = "0.12.0"
tower = "0.4.13"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-journald = "0.3.0"
cached = { version = "0.53.1", features = ["async"] }

[dev-dependencies]
serial_test = "3.1.1"
simple_test_case = "1.2.0"
tokio = { version = "1.37.0", features = ["process"] }
uuid = { version = "1.8.0", features = ["v4"] }
protobuf = "3.5.0"
tower = "0.4.13"
tokio-util = "0.7.11"

[build-dependencies]
Expand Down

0 comments on commit 0b1b1d6

Please sign in to comment.