Skip to content

Commit d840efc

Browse files
chore(deps): bump the prod-deps group with 3 updates (#334)
Bumps the prod-deps group with 3 updates: [arrow](https://github.com/apache/arrow-rs), [pyo3](https://github.com/pyo3/pyo3) and [rstest](https://github.com/la10736/rstest). Updates `arrow` from 54.2.0 to 54.2.1 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs@54.2.0...54.2.1) Updates `pyo3` from 0.23.4 to 0.23.5 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.4...v0.23.5) Updates `rstest` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1a9f76 commit d840efc

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

Cargo.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ crate-type = ["cdylib"]
2626

2727
[dependencies]
2828
# There's a lot of stuff we don't want here, such as serde support
29-
arrow = { version = "^54.2.0", default-features = false, features = [
29+
arrow = { version = "^54.2.1", default-features = false, features = [
3030
"pyarrow",
3131
] }
3232
calamine = { version = "^0.26.1", features = ["dates"] }
3333
chrono = { version = "^0.4.39", default-features = false }
3434
log = "0.4.26"
35-
pyo3 = { version = "^0.23.4", features = ["abi3-py39"] }
35+
pyo3 = { version = "^0.23.5", features = ["abi3-py39"] }
3636
pyo3-log = "^0.12.1"
3737

3838
[dev-dependencies]
3939
pretty_assertions = "^1.4.1"
40-
rstest = { version = "^0.24.0", default-features = false }
40+
rstest = { version = "^0.25.0", default-features = false }
4141

4242
# NOTE: This is a hack to bypass pyo3 limitations when testing:
4343
# https://pyo3.rs/v0.22.3/faq.html#i-cant-run-cargo-test-or-i-cant-build-in-a-cargo-workspace-im-having-linker-issues-like-symbol-not-found-or-undefined-reference-to-_pyexc_systemerror

0 commit comments

Comments
 (0)