Skip to content

Commit cfc4159

Browse files
mayastor-borstiagolobocastro
andcommitted
chore(bors): merge pull request #925
925: Security Advisory Updates r=tiagolobocastro a=tiagolobocastro security(GHSA-rpmj-rpgj-qmpm): update openssl crate advisory: GHSA-rpmj-rpgj-qmpm cve id: CVE-2025-24898 --- security(GHSA-h97m-ww89-6jmq): update url and idna crate advisory: GHSA-h97m-ww89-6jmq CVE ID: CVE-2024-12224 Co-authored-by: Tiago Castro <[email protected]>
2 parents 1524559 + 774b1d9 commit cfc4159

File tree

8 files changed

+332
-98
lines changed

8 files changed

+332
-98
lines changed

Cargo.lock

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

control-plane/agents/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ opentelemetry = { version = "0.26.0" }
5757
tracing = "0.1.40"
5858
nix = { version = "0.29.0", default-features = false }
5959
prost-types = "0.13.3"
60-
url = "2.5.2"
60+
url = "2.5.4"
6161

6262
grpc = { path = "../grpc" }
6363
shutdown = { path = "../../utils/shutdown" }
@@ -74,7 +74,7 @@ tokio-udev = { version = "0.9.1" }
7474
[dev-dependencies]
7575
deployer-cluster = { path = "../../utils/deployer-cluster" }
7676
events-api = { path = "../../utils/dependencies/apis/events" }
77-
url = "2.5.2"
77+
url = "2.5.4"
7878
once_cell = "1.20.2"
7979

8080
[dependencies.serde]

control-plane/csi-driver/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ lazy_static = "1.5.0"
4646
serde_json = "1.0.132"
4747
snafu = "0.8.5"
4848
tower = { version = "0.5.1", features = ["timeout", "util"] }
49-
url = "2.5.2"
49+
url = "2.5.4"
5050
uuid = { version = "1.11.0", features = ["v4"] }
5151
which = "7.0.0"
5252
k8s-openapi = { version = "0.22.0", features = ["v1_24"] }
@@ -61,4 +61,4 @@ serde = { version = "1.0.214", features = ["derive"] }
6161
[target.'cfg(target_os="linux")'.dependencies]
6262
udev = "0.9.1"
6363
devinfo = { path = "../../utils/dependencies/devinfo" }
64-
sys-mount = { version = "3.0.1", default-features = false }
64+
sys-mount = { version = "3.0.1", default-features = false }

control-plane/rest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ clap = { version = "4.5.20", features = ["color", "derive", "env", "string"] }
3232
futures = "0.3.31"
3333
anyhow = "1.0.92"
3434
snafu = "0.8.5"
35-
url = "2.5.2"
35+
url = "2.5.4"
3636
http = "1.1.0"
3737
tinytemplate = "1.2.1"
3838
jsonwebtoken = "9.3.0"

control-plane/stor-port/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Persistent store and transport associated information for the con
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
url = "2.5.2"
10+
url = "2.5.4"
1111
uuid = { version = "1.11.0", features = ["v4"] }
1212
strum = "0.26.3"
1313
strum_macros = "0.26.4"

k8s/proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ hyper-body = { path = "../../utils/hyper-body" }
2525

2626
anyhow = "1.0.92"
2727
thiserror = "1.0.68"
28-
url = "2.5.2"
28+
url = "2.5.4"

utils/pstor/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-
url = "2.5.2"
9+
url = "2.5.4"
1010
uuid = { version = "1.11.0", features = ["v4"] }
1111
strum = "0.26.3"
1212
strum_macros = "0.26.4"

utils/utils-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ opentelemetry_sdk = { version = "0.26.0", features = ["rt-tokio-current-thread"]
1919
opentelemetry-otlp = { version = "0.26.0" }
2020
opentelemetry-semantic-conventions = "0.26.0"
2121

22-
url = "2.5.2"
22+
url = "2.5.4"
2323
strum = "0.26.3"
2424
strum_macros = "0.26.4"
2525
heck = "0.5.0"

0 commit comments

Comments
 (0)