Skip to content

Commit 7fa6402

Browse files
Bump async-trait from 0.1.64 to 0.1.68 (#184)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.64 to 0.1.68. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.64...0.1.68) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7927243 commit 7fa6402

14 files changed

Lines changed: 74 additions & 63 deletions

File tree

Cargo.lock

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

asn1-per/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
async-trait = "0.1.51"
9+
async-trait = "0.1.68"
1010
slog = "2.7.0"
1111
anyhow = "1.0.52"
1212
async-channel = "1.6.1"

connection-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ openssl = {version = "0.10", optional = true }
2626

2727
[dependencies]
2828
# Common
29-
async-trait = "0.1.24"
29+
async-trait = "0.1.68"
3030
chrono = { version = "0.4", features = ["serde"] }
3131
futures = "0.3"
3232
swagger = { version = "6.1", features = ["serdejson", "server", "client", "tls", "tcp"] }

coordination-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ openssl = {version = "0.10", optional = true }
2626

2727
[dependencies]
2828
# Common
29-
async-trait = "0.1.24"
29+
async-trait = "0.1.68"
3030
chrono = { version = "0.4", features = ["serde"] }
3131
futures = "0.3"
3232
swagger = { version = "6.1", features = ["serdejson", "server", "client", "tls", "tcp"] }

e1ap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
async-trait = "0.1.51"
9+
async-trait = "0.1.68"
1010
anyhow = "1.0.52"
1111
slog = "2.7.0"
1212
asn1-per = { path = "../asn1-per"}

f1ap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
doctest = false
88

99
[dependencies]
10-
async-trait = "0.1.51"
10+
async-trait = "0.1.68"
1111
anyhow = "1.0.52"
1212
slog = "2.7.0"
1313
asn1-per = { path = "../asn1-per"}

gnb-cu-cp-coordinator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ url = "2.1"
1515
tokio-openssl = "0.4"
1616
openssl = "0.10"
1717
uuid = {version = "1.3", features = ["serde", "v4"]}
18-
async-trait = "0.1.24"
18+
async-trait = "0.1.68"
1919
chrono = { version = "0.4", features = ["serde"] }
2020
futures = "0.3"
2121
swagger = { version = "6.1", features = ["serdejson", "server"] }

gnb-cu-cp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pdcp = {path = "../pdcp" }
2222
connection-api = { path = "../connection-api", features = ["server"] }
2323
coordination-api = { path = "../coordination-api", features = ["client"] }
2424
coordinator = {path = "../gnb-cu-cp-coordinator", package = "gnb-cu-cp-coordinator" } # for standalone single worker mode
25-
async-trait = "0.1.24"
25+
async-trait = "0.1.68"
2626
bitvec = "1.0.1"
2727
async-channel = "1.6.1"
2828
rand = "0.8.5"

gnb-cu-up/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ slog = "2.7.0"
1010
anyhow = "1.0.52"
1111
common = { path = "../common" }
1212
async-std = { version = "1.10.0", features = ["attributes","tokio1"] }
13-
async-trait = "0.1.24"
13+
async-trait = "0.1.68"
1414
stop-token = "0.7.0"
1515
e1ap = {path = "../e1ap" }
1616
net = { path = "../net" }

integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
async-std = { version = "1.10.0", features = ["attributes","tokio1"] }
8-
async-trait = "0.1.24"
8+
async-trait = "0.1.68"
99
common = { path = "../common" }
1010
mocks = { path = "../mocks" }
1111
gnb-cu-cp = { path = "../gnb-cu-cp" }

0 commit comments

Comments
 (0)