Skip to content

Commit ebdfc5b

Browse files
chore(deps): bump async-trait from 0.1.88 to 0.1.89 (#102)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.88 to 0.1.89. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.88...0.1.89) --- updated-dependencies: - dependency-name: async-trait dependency-version: 0.1.89 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91a6ffc commit ebdfc5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/cedricziel/baserow-rs"
1010
[dependencies]
1111
tracing = { version = "0.1", features = ["attributes"] }
1212
tracing-futures = "0.2"
13-
async-trait = "0.1.88"
13+
async-trait = "0.1.89"
1414
reqwest = { version = "0.12.24", features = ["json", "multipart", "stream"] }
1515
serde = { version = "1.0.228", features = ["derive"] }
1616
serde_json = "1.0.145"

0 commit comments

Comments
 (0)