Skip to content

Commit

Permalink
Merge pull request #188 from bit-ranger/dependabot/cargo/dev/async-tr…
Browse files Browse the repository at this point in the history
…ait-0.1.64

build(deps): bump async-trait from 0.1.63 to 0.1.64
  • Loading branch information
bit-ranger authored Feb 11, 2023
2 parents e89a796 + 519c78e commit 670b70c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repository = "https://github.com/bit-ranger/chord"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4.23", features = ["serde"] }
async-trait = "0.1.63"
async-trait = "0.1.64"
regex = "1.7.1"
lazy_static = "1.4.0"
itertools = "0.10.5"
Expand Down
2 changes: 1 addition & 1 deletion output/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = { version = "1.0" }
chrono = { version = "0.4.23", features = ["serde"] }
itertools = { version = "0.10.5" }
log = { version = "0.4.14", features = ["std"] }
async-trait = "0.1.63"
async-trait = "0.1.64"
futures = "0.3.25"
csv = { version = "1.1.5", optional = true }
reqwest = { version = "0.11.14", features = ['stream'], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lazy_static = "1.4.0"
url = "2.3.1"
regex = "1.7.1"
structopt = "0.3"
async-trait = "0.1.63"
async-trait = "0.1.64"
bean = "0.1.4"
dirs = "4.0.0"
thiserror = "1.0"
Expand Down

0 comments on commit 670b70c

Please sign in to comment.