dependabot[bot] 058fc0b7a8
build(deps): bump the polars group with 6 updates
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>
2025-05-07 00:19:10 +00:00
..
2025-04-29 23:33:10 -04:00
2022-02-07 14:54:06 -05:00

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.