This is an automated email from the ASF dual-hosted git repository.
viirya pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git
The following commit(s) were added to refs/heads/main by this push:
new 59140f2 build(deps): bump rustix from 0.38.18 to 0.38.19 (#523)
59140f2 is described below
commit 59140f29e524684ee2250260308b40af932a97c1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 18 12:29:57 2023 -0700
build(deps): bump rustix from 0.38.18 to 0.38.19 (#523)
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.18 to
0.38.19.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
-
[Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.18...v0.38.19)
---
updated-dependencies:
- dependency-name: rustix
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 76ea578..0495b7e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2371,9 +2371,9 @@ dependencies = [
[[package]]
name = "rustix"
-version = "0.38.18"
+version = "0.38.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5a74ee2d7c2581cd139b42447d7d9389b889bdaad3a73f1ebb16f2a3237bb19c"
+checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed"
dependencies = [
"bitflags 2.4.0",
"errno",