Skip to content

Commit ae78f85

Browse files
chore(deps): bump the dependencies group with 11 updates (#407)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mateusz Maćkowski <m4tx@m4tx.pl>
1 parent f88c950 commit ae78f85

File tree

3 files changed

+53
-59
lines changed

3 files changed

+53
-59
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ assert_cmd = "2"
6060
async-stream = "0.3"
6161
async-trait = "0.1"
6262
axum = { version = "0.8", default-features = false }
63-
backtrace = "0.3"
63+
backtrace = "0.3.76"
6464
bytes = "1.10"
6565
cargo_toml = "0.22"
6666
chrono = { version = "0.4.42", default-features = false }
6767
chrono-tz = { version = "0.10.4", default-features = false }
68-
clap = { version = "4", features = ["deprecated"] }
68+
clap = { version = "4.5.51", features = ["deprecated"] }
6969
clap-verbosity-flag = { version = "3", default-features = false }
7070
clap_complete = "4"
71-
clap_mangen = "0.2.29"
71+
clap_mangen = "0.2.31"
7272
cot = { version = "0.4.0", path = "cot" }
7373
cot_codegen = { version = "0.4.0", path = "cot-codegen" }
7474
cot_macros = { version = "0.4.0", path = "cot-macros" }
@@ -129,7 +129,7 @@ sync_wrapper = "1"
129129
tempfile = "3"
130130
thiserror = "2"
131131
time = { version = "0.3.44", default-features = false }
132-
tokio = { version = "1.47", default-features = false }
132+
tokio = { version = "1.48", default-features = false }
133133
toml = { version = "0.9", default-features = false }
134134
tower = "0.5.2"
135135
tower-livereload = "0.9.6"

cot-cli/tests/snapshot_testing/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use std::process::Command;
22

3-
pub(crate) use assert_cmd::prelude::*;
43
pub(crate) use insta_cmd::assert_cmd_snapshot;
54

65
pub(crate) use crate::cot_cli;
@@ -63,7 +62,7 @@ pub(crate) fn cot_cli_cmd() -> Command {
6362
if let Ok(np) = std::env::var("COT_CLI_TEST_CMD") {
6463
Command::new(np)
6564
} else {
66-
Command::cargo_bin("cot").expect("cot-cli should be executable")
65+
Command::new(assert_cmd::cargo::cargo_bin!("cot"))
6766
}
6867
}
6968

0 commit comments

Comments
 (0)