We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223d073 commit a58ad5dCopy full SHA for a58ad5d
crates/grafana-plugin-sdk/Cargo.toml
@@ -9,7 +9,7 @@ repository = "https://github.com/grafana/grafana-plugin-sdk-rust"
9
description = "SDK for building Grafana backend plugins."
10
11
[dependencies]
12
-arrow = { version = "56.2.0", default-features = false, features = ["ipc"] }
+arrow = { version = "57.0.0", default-features = false, features = ["ipc"] }
13
cfg-if = "1.0.0"
14
chrono = "0.4.26"
15
futures-core = "0.3.28"
0 commit comments