Skip to content

Commit

Permalink
Bump the rust-dependencies group with 4 updates (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Sully <ben.sully88@gmail.com>
  • Loading branch information
dependabot[bot] and sd2k authored Feb 25, 2025
1 parent e510c47 commit 5bcf1bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
APIs for working with arrow arrays differs between the two crates.
Users who are just using the simple `Field::set_values` method or the various
`IntoField` / `IntoOptField` traits should not be affected.
- Bump itertools dependency to 0.14.0
- Bump thiserror dependency to 2.0.11
- Bump tracing-serde dependency to 0.2.0

## [0.5.0] - 2024-09-17

Expand Down
2 changes: 1 addition & 1 deletion crates/grafana-plugin-sdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ syn = { version = "2.0.18", features = ["full"] }
grafana-plugin-sdk = { path = "../grafana-plugin-sdk" }
http = "1.0.0"
serde = { version = "1.0.164", features = ["derive"] }
thiserror = "1.0.40"
thiserror = "2.0.11"
tokio = { version = "1.28.2", features = ["rt-multi-thread"] }
trybuild = "1.0.80"

Expand Down
8 changes: 4 additions & 4 deletions crates/grafana-plugin-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ repository = "https://github.com/grafana/grafana-plugin-sdk-rust"
description = "SDK for building Grafana backend plugins."

[dependencies]
arrow = { version = "53.0.0", default-features = false, features = ["ipc"] }
arrow = { version = "54.2.0", default-features = false, features = ["ipc"] }
cfg-if = "1.0.0"
chrono = "0.4.26"
futures-core = "0.3.28"
futures-util = "0.3.28"
grafana-plugin-sdk-macros = { version = "0.5.0", path = "../grafana-plugin-sdk-macros" }
http = "1.0.0"
itertools = "0.13.0"
itertools = "0.14.0"
num-traits = "0.2.15"
prost = "0.13.2"
reqwest_lib = { package = "reqwest", version = "0.12.7", optional = true }
serde = { version = "1.0.164", features = ["derive"] }
serde_json = { version = "1.0.96", features = ["float_roundtrip", "raw_value"] }
serde_with = "3.0.0"
thiserror = "1.0.40"
thiserror = "2.0.11"
time = { version = "0.3.22", features = ["formatting", "macros"] }
tokio = { version = "1.28.2", features = ["rt-multi-thread"] }
tokio-stream = { version = "0.1.14", features = ["net"] }
Expand All @@ -32,7 +32,7 @@ tonic-health = "0.12.2"
tracing = "0.1.37"
tracing-core = "0.1.31"
tracing-log = "0.2.0"
tracing-serde = "0.1.3"
tracing-serde = "0.2.0"
tracing-subscriber = { version = "0.3.17", features = [
"env-filter",
"json",
Expand Down

0 comments on commit 5bcf1bd

Please sign in to comment.