Skip to content

Commit 372686a

Browse files
Cargo update; Updated package versions; removed out-of-date advisory (#2900)
1 parent e3e89a5 commit 372686a

File tree

3 files changed

+51
-53
lines changed

3 files changed

+51
-53
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async-trait = "0.1"
9090
base64 = "0.22"
9191
bytes = "1.0"
9292
cargo_metadata = "0.18.1"
93-
clap = { version = "4.4.16", features = ["derive"] }
93+
clap = { version = "4.5.45", features = ["derive"] }
9494
criterion = { version = "0.5", features = ["async_tokio"] }
9595
dyn-clone = "1.0"
9696
fe2o3-amqp = { version = "0.14", features = ["native-tls", "uuid"] }
@@ -109,12 +109,12 @@ opentelemetry = { version = "0.30", features = ["trace"] }
109109
opentelemetry_sdk = "0.30"
110110
opentelemetry-http = "0.30"
111111
pin-project = "1.0"
112-
proc-macro2 = "1.0.86"
112+
proc-macro2 = "1.0.97"
113113
quick-xml = { version = "0.31", features = ["serialize", "serde-types"] }
114114
quote = "1.0.37"
115115
rand = "0.9.1"
116116
rand_chacha = "0.9"
117-
reqwest = { version = "0.12.22", features = [
117+
reqwest = { version = "0.12.23", features = [
118118
"json",
119119
"stream",
120120
], default-features = false }
@@ -142,7 +142,7 @@ tokio = { version = "1.0", default-features = false, features = [
142142
tracing = "0.1.40"
143143
tracing-subscriber = "0.3"
144144
url = "2.2"
145-
uuid = { version = "1.17", features = ["v4"] }
145+
uuid = { version = "1.18", features = ["v4"] }
146146
zerofrom = "0.1.5"
147147
zip = { version = "4.0.0", default-features = false, features = ["deflate"] }
148148

deny.toml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,34 @@ exclude-dev = true
44

55
[advisories]
66
git-fetch-with-cli = true
7-
ignore = [
8-
{ id = "RUSTSEC-2024-0384", reason = "We're tracking https://github.com/minghuaw/fe2o3-amqp/issues/306" },
9-
]
7+
ignore = []
108

119
[licenses]
1210
allow = [
13-
"Apache-2.0",
14-
"BSD-3-Clause",
15-
"BSL-1.0",
16-
"ISC",
17-
"MIT",
18-
# "OpenSSL",
19-
"Unicode-3.0",
20-
"Zlib",
11+
"Apache-2.0",
12+
"BSD-3-Clause",
13+
"BSL-1.0",
14+
"ISC",
15+
"MIT",
16+
# "OpenSSL",
17+
"Unicode-3.0",
18+
"Zlib",
2119
]
2220

2321
[[licenses.clarify]]
2422
name = "ring"
2523
expression = "MIT AND ISC AND OpenSSL"
2624
license-files = [
27-
{ path = "LICENSE", hash = 0xbd0eed23 },
25+
{ path = "LICENSE", hash = 0xbd0eed23 },
2826
]
2927

3028
[bans]
3129
multiple-versions = "allow"
3230
wildcards = "deny"
3331
allow-wildcard-paths = true
3432
deny = [
35-
"ring",
36-
"smol",
33+
"ring",
34+
"smol",
3735
]
3836

3937
[sources]

0 commit comments

Comments
 (0)