Skip to content

Commit

Permalink
chore(deps): update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Dec 21, 2023
1 parent 47c9477 commit 31e3571
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 72 deletions.
126 changes: 63 additions & 63 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ built = { version = "0.7.1", features = ["git2"] }
xshell = "0.2.5"

[dependencies]
async-trait = "0.1.74"
async-trait = "0.1.75"
bytes = "1.5.0"
clap = { version = "4.4.10", features = ["cargo", "derive"] }
clap = { version = "4.4.11", features = ["cargo", "derive"] }
console = "0.15.7"
ctrlc = { version = "3.4.1", features = ["termination"] }
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
Expand All @@ -106,7 +106,7 @@ futures = { version = "0.3.29", default-features = false, features = ["std"] }
indoc = "2.0.4"
itertools = "0.12.0"
macro_rules_attribute = "0.2.0"
once_cell = "1.18.0"
once_cell = "1.19.0"
pacaptr-macros = { path = "crates/pacaptr-macros", version = "0.20.1" }
paste = "1.0.14"
regex = { version = "1.10.2", default-features = false, features = [
Expand All @@ -117,8 +117,8 @@ regex = { version = "1.10.2", default-features = false, features = [
] }
serde = { version = "1.0.193", features = ["derive"] }
tap = "1.0.1"
thiserror = "1.0.50"
tokio = { version = "1.34.0", features = [
thiserror = "1.0.51"
tokio = { version = "1.35.1", features = [
"io-std",
"io-util",
"macros",
Expand Down
Loading

0 comments on commit 31e3571

Please sign in to comment.