Skip to content

Commit

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

build(deps): bump async-trait from 0.1.67 to 0.1.73
  • Loading branch information
bit-ranger authored Aug 21, 2023
2 parents 713dc3b + fa60743 commit 9095268
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.26", features = ["serde"] }
async-trait = "0.1.67"
async-trait = "0.1.73"
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.26", features = ["serde"] }
itertools = { version = "0.10.5" }
log = { version = "0.4.14", features = ["std"] }
async-trait = "0.1.67"
async-trait = "0.1.73"
futures = "0.3.27"
csv = { version = "1.2.1", optional = true }
reqwest = { version = "0.11.18", 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.4.0"
regex = "1.7.1"
structopt = "0.3"
async-trait = "0.1.67"
async-trait = "0.1.73"
bean = "0.1.4"
dirs = "5.0.0"
thiserror = "1.0"
Expand Down

0 comments on commit 9095268

Please sign in to comment.