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 Jul 27, 2023
1 parent cb495fc commit 9d63ee8
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 99 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
- "^test"
- "^chore"

brews:
# https://goreleaser.com/customization/homebrew/
Expand Down
130 changes: 43 additions & 87 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,30 @@ built = { version = "0.6.1", features = ["git2"] }
xshell = "0.2.5"

[dependencies]
async-trait = "0.1.69"
async-trait = "0.1.72"
bytes = "1.4.0"
clap = { version = "4.3.15", features = ["cargo", "derive"] }
clap = { version = "4.3.19", features = ["cargo", "derive"] }
console = "0.15.7"
dialoguer = { version = "0.10.4", features = ["fuzzy-select"] }
dirs-next = "2.0.0"
figment = { version = "0.10.10", features = ["env", "toml"] }
futures = { version = "0.3.28", default-features = false, features = ["std"] }
indoc = "2.0.1"
indoc = "2.0.3"
is-root = "0.1.2"
itertools = "0.11.0"
macro_rules_attribute = "0.2.0"
once_cell = "1.18.0"
pacaptr-macros = { path = "crates/pacaptr-macros", version = "0.19.0" }
paste = "1.0.14"
regex = { version = "1.9.0", default-features = false, features = [
regex = { version = "1.9.1", default-features = false, features = [
"std",
"perf",
"unicode-case",
"unicode-perl",
] }
serde = { version = "1.0.168", features = ["derive"] }
serde = { version = "1.0.176", features = ["derive"] }
tap = "1.0.1"
thiserror = "1.0.43"
thiserror = "1.0.44"
tokio = { version = "1.29.1", features = [
"io-std",
"io-util",
Expand Down
8 changes: 4 additions & 4 deletions crates/pacaptr-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ itertools = "0.11.0"
litrs = "0.4.0"
once_cell = "1.18.0"
proc-macro2 = "1.0.66"
quote = "1.0.29"
regex = "1.9.0"
syn = "2.0.25"
tabled = "0.12.2"
quote = "1.0.32"
regex = "1.9.1"
syn = "2.0.27"
tabled = "0.13.0"

0 comments on commit 9d63ee8

Please sign in to comment.