Skip to content

Commit

Permalink
update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Aug 15, 2024
1 parent 98aae9c commit d690caa
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 3 deletions.
73 changes: 71 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ chrono-tz = {version = "0.9.0", features=["case-insensitive", "filter-by-regex"]
reqwest = { version = "0.11.22", default-features = false }
tokio = { version = "1.36.0" }
pyo3 = { version = "0.21.1" }
pyo3-arrow = { version = "0.2.0" }
pythonize = { version = "0.21.1" }
prost = { version = "0.12.3" }
prost-types = { version = "0.12.3" }
Expand Down
2 changes: 1 addition & 1 deletion vegafusion-common/src/data/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ use {
pyo3::{
prelude::*,
types::{PyList, PyTuple},
conversion::FromPyObjectBound,
Bound, PyAny, PyErr, PyObject, PyResult, Python,
},
};

#[cfg(feature = "base64")]
use base64::{engine::general_purpose, Engine as _};
use datafusion_common::utils::array_into_list_array;
use pyo3::conversion::FromPyObjectBound;

#[derive(Clone, Debug)]
pub struct VegaFusionTable {
Expand Down

0 comments on commit d690caa

Please sign in to comment.