Skip to content

Commit 613d1f4

Browse files
fix(deps): update rust crate tokio to 1.38.2 [security] (#135)
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | crate | tokio | 1.28.2 | 1.38.2 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent c2bb7e6 commit 613d1f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/grafana-plugin-sdk-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ grafana-plugin-sdk = { path = "../grafana-plugin-sdk" }
2121
http = "1.0.0"
2222
serde = { version = "1.0.164", features = ["derive"] }
2323
thiserror = "2.0.11"
24-
tokio = { version = "1.28.2", features = ["rt-multi-thread"] }
24+
tokio = { version = "1.38.2", features = ["rt-multi-thread"] }
2525
trybuild = "1.0.80"
2626

2727
[package.metadata.docs.rs]

crates/grafana-plugin-sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde_json = { version = "1.0.96", features = ["float_roundtrip", "raw_value"] }
2525
serde_with = "3.0.0"
2626
thiserror = "2.0.11"
2727
time = { version = "0.3.22", features = ["formatting", "macros"] }
28-
tokio = { version = "1.28.2", features = ["rt-multi-thread"] }
28+
tokio = { version = "1.38.2", features = ["rt-multi-thread"] }
2929
tokio-stream = { version = "0.1.14", features = ["net"] }
3030
tonic = "0.14.2"
3131
tonic-health = "0.14.2"
@@ -47,7 +47,7 @@ futures = "0.3.28"
4747
paste = "1.0.12"
4848
pretty_assertions = "1.3.0"
4949
prometheus = { version = "0.14.0", default-features = false }
50-
tokio = { version = "1.28.2", features = ["rt-multi-thread"] }
50+
tokio = { version = "1.38.2", features = ["rt-multi-thread"] }
5151
tokio-stream = "0.1.14"
5252

5353
[build-dependencies]

0 commit comments

Comments
 (0)