Skip to content

Commit ce0b81e

Browse files
dependabot[bot]Byron
authored andcommitted
Bump async-trait from 0.1.50 to 0.1.51
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.50 to 0.1.51. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.50...0.1.51) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9117feb commit ce0b81e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.

git-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ nom = { version = "6", default-features = false, features = ["alloc"]}
3838
btoi = "0.4.2"
3939

4040
# for async-client
41-
async-trait = { version = "0.1.50", optional = true }
41+
async-trait = { version = "0.1.51", optional = true }
4242
futures-io = { version = "0.3.16", optional = true }
4343
futures-lite = { version = "1.12.0", optional = true }
4444
maybe-async = "0.2.6"

git-transport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ quick-error = "2.0.0"
4545
bstr = { version = "0.2.13", default-features = false, features = ["std"] }
4646

4747
# for async-client
48-
async-trait = { version = "0.1.50", optional = true }
48+
async-trait = { version = "0.1.51", optional = true }
4949
futures-io = { version = "0.3.16", optional = true }
5050
futures-lite = { version = "1.12.0", optional = true }
5151
pin-project-lite = { version = "0.2.6", optional = true }

gitoxide-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ serde_json = { version = "1.0.65", optional = true }
3939
tempfile = "3.1.0"
4040

4141
# for async-client
42-
async-trait = { version = "0.1.50", optional = true }
42+
async-trait = { version = "0.1.51", optional = true }
4343
async-net = { version = "1.6", optional = true }
4444
futures-lite = { version = "1.12.0", optional = true }
4545
async-io = { version = "1.6", optional = true }

0 commit comments

Comments
 (0)