Skip to content

Commit 4898630

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | ----------------- | ------- | ------- | | crate | async-stream | 0.3.5 | 0.3.5 | | crate | bytes | 1.4.0 | 1.4.0 | | crate | futures | 0.3.28 | 0.3.28 | | crate | http | 1.0.0 | 1.0.0 | | crate | paste | 1.0.12 | 1.0.12 | | crate | pretty_assertions | 1.3.0 | 1.3.0 | | crate | prometheus | 0.14.0 | 0.14.0 | | crate | serde | 1.0.164 | 1.0.164 | | crate | thiserror | 2.0.11 | 2.0.11 | | crate | tokio-stream | 0.1.14 | 0.1.14 | | crate | trybuild | 1.0.80 | 1.0.80 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 223d073 commit 4898630

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ syn = { version = "2.0.18", features = ["full"] }
1818

1919
[dev-dependencies]
2020
grafana-plugin-sdk = { path = "../grafana-plugin-sdk" }
21-
http = "1.0.0"
22-
serde = { version = "1.0.164", features = ["derive"] }
23-
thiserror = "2.0.11"
21+
http = "=1.0.0"
22+
serde = { version = "=1.0.164", features = ["derive"] }
23+
thiserror = "=2.0.11"
2424
tokio = { version = "1.28.2", features = ["rt-multi-thread"] }
25-
trybuild = "1.0.80"
25+
trybuild = "=1.0.80"
2626

2727
[package.metadata.docs.rs]
2828
all-features = true

crates/grafana-plugin-sdk/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ tracing-subscriber = { version = "0.3.17", features = [
4141
] }
4242

4343
[dev-dependencies]
44-
async-stream = "0.3.5"
45-
bytes = "1.4.0"
46-
futures = "0.3.28"
47-
paste = "1.0.12"
48-
pretty_assertions = "1.3.0"
49-
prometheus = { version = "0.14.0", default-features = false }
44+
async-stream = "=0.3.5"
45+
bytes = "=1.4.0"
46+
futures = "=0.3.28"
47+
paste = "=1.0.12"
48+
pretty_assertions = "=1.3.0"
49+
prometheus = { version = "=0.14.0", default-features = false }
5050
tokio = { version = "1.28.2", features = ["rt-multi-thread"] }
51-
tokio-stream = "0.1.14"
51+
tokio-stream = "=0.1.14"
5252

5353
[build-dependencies]
5454
tonic-prost-build = { version = "0.14.2", optional = true }

0 commit comments

Comments
 (0)