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 Nov 26, 2023
1 parent 595e3b4 commit eb54a10
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 22 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"bools",
"chmod",
"choco",
"chocolateys",
"clippy",
"concatcp",
"conda",
Expand All @@ -21,6 +22,7 @@
"equery",
"Exherbo",
"formatcp",
"goarch",
"gsudo",
"impls",
"indoc",
Expand Down
32 changes: 16 additions & 16 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ xshell = "0.2.5"
[dependencies]
async-trait = "0.1.74"
bytes = "1.5.0"
clap = { version = "4.4.7", features = ["cargo", "derive"] }
clap = { version = "4.4.8", features = ["cargo", "derive"] }
console = "0.15.7"
ctrlc = { version = "3.4.1", features = ["termination"] }
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
dirs-next = "2.0.0"
figment = { version = "0.10.12", features = ["env", "toml"] }
futures = { version = "0.3.29", default-features = false, features = ["std"] }
indoc = "2.0.4"
itertools = "0.11.0"
itertools = "0.12.0"
macro_rules_attribute = "0.2.0"
once_cell = "1.18.0"
pacaptr-macros = { path = "crates/pacaptr-macros", version = "0.20.0" }
Expand All @@ -100,10 +100,10 @@ regex = { version = "1.10.2", default-features = false, features = [
"unicode-case",
"unicode-perl",
] }
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
tap = "1.0.1"
thiserror = "1.0.50"
tokio = { version = "1.33.0", features = [
tokio = { version = "1.34.0", features = [
"io-std",
"io-util",
"macros",
Expand Down
4 changes: 2 additions & 2 deletions crates/pacaptr-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ proc-macro = true

[dependencies]
anyhow = "1.0.75"
itertools = "0.11.0"
itertools = "0.12.0"
litrs = "0.4.1"
once_cell = "1.18.0"
proc-macro2 = "1.0.69"
proc-macro2 = "1.0.70"
quote = "1.0.33"
regex = "1.10.2"
syn = "2.0.39"
Expand Down

0 comments on commit eb54a10

Please sign in to comment.