mirror of
https://github.com/nushell/nushell.git
synced 2025-05-30 22:57:07 +02:00
Bumps the polars group with 6 updates: | Package | From | To | | --- | --- | --- | | [polars-io](https://github.com/pola-rs/polars) | `0.46.0` | `0.47.1` | | [polars-arrow](https://github.com/pola-rs/polars) | `0.46.0` | `0.47.1` | | [polars-ops](https://github.com/pola-rs/polars) | `0.46.0` | `0.47.1` | | [polars-plan](https://github.com/pola-rs/polars) | `0.46.0` | `0.47.1` | | [polars-utils](https://github.com/pola-rs/polars) | `0.46.0` | `0.47.1` | | [polars](https://github.com/pola-rs/polars) | `0.46.0` | `0.47.1` | Updates `polars-io` from 0.46.0 to 0.47.1 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/commits) Updates `polars-arrow` from 0.46.0 to 0.47.1 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/commits) Updates `polars-ops` from 0.46.0 to 0.47.1 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/commits) Updates `polars-plan` from 0.46.0 to 0.47.1 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/commits) Updates `polars-utils` from 0.46.0 to 0.47.1 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/commits) Updates `polars` from 0.46.0 to 0.47.1 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/commits) --- updated-dependencies: - dependency-name: polars-io dependency-version: 0.47.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: polars - dependency-name: polars-arrow dependency-version: 0.47.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: polars - dependency-name: polars-ops dependency-version: 0.47.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: polars - dependency-name: polars-plan dependency-version: 0.47.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: polars - dependency-name: polars-utils dependency-version: 0.47.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: polars - dependency-name: polars dependency-version: 0.47.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: polars ... Signed-off-by: dependabot[bot] <support@github.com>
Nushell core libraries and plugins
These sub-crates form both the foundation for Nu and a set of plugins which extend Nu with additional functionality.
Foundational libraries are split into two kinds of crates:
- Core crates - those crates that work together to build the Nushell language engine
- Support crates - a set of crates that support the engine with additional features like JSON support, ANSI support, and more.
Plugins are likewise also split into two types:
- Core plugins - plugins that provide part of the default experience of Nu, including access to the system properties, processes, and web-connectivity features.
- Extra plugins - these plugins run a wide range of different capabilities like working with different file types, charting, viewing binary data, and more.