mirror of
https://github.com/nushell/nushell.git
synced 2025-08-04 12:22:41 +02:00
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uuid-rs/uuid/releases">uuid's releases</a>.</em></p> <blockquote> <h2>1.12.0</h2> <h2>What's Changed</h2> <ul> <li>feat: Add <code>NonZeroUuid</code> type for optimized <code>Option<Uuid></code> representation by <a href="https://github.com/ab22593k"><code>@ab22593k</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/779">uuid-rs/uuid#779</a></li> <li>Finalize <code>NonNilUuid</code> by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/783">uuid-rs/uuid#783</a></li> <li>Prepare for 1.12.0 release by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/784">uuid-rs/uuid#784</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ab22593k"><code>@ab22593k</code></a> made their first contribution in <a href="https://redirect.github.com/uuid-rs/uuid/pull/779">uuid-rs/uuid#779</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/uuid-rs/uuid/compare/1.11.1...1.12.0">https://github.com/uuid-rs/uuid/compare/1.11.1...1.12.0</a></p> <h2>1.11.1</h2> <h2>What's Changed</h2> <ul> <li>Finish cut off docs by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/777">uuid-rs/uuid#777</a></li> <li>Fix links in CONTRIBUTING.md by <a href="https://github.com/jacobggman"><code>@jacobggman</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/778">uuid-rs/uuid#778</a></li> <li>Update rust toolchain before building by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/781">uuid-rs/uuid#781</a></li> <li>Prepare for 1.11.1 release by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/782">uuid-rs/uuid#782</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jacobggman"><code>@jacobggman</code></a> made their first contribution in <a href="https://redirect.github.com/uuid-rs/uuid/pull/778">uuid-rs/uuid#778</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/uuid-rs/uuid/compare/1.11.0...1.11.1">https://github.com/uuid-rs/uuid/compare/1.11.0...1.11.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c5f1d020f6
"><code>c5f1d02</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/784">#784</a> from uuid-rs/cargo/1.12.0</li> <li><a href="4cfbd83dee
"><code>4cfbd83</code></a> fix deprecation versions</li> <li><a href="8f761754c0
"><code>8f76175</code></a> prepare for 1.12.0 release</li> <li><a href="358eb34384
"><code>358eb34</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/783">#783</a> from uuid-rs/feat/non-nil</li> <li><a href="6c5099e7a5
"><code>6c5099e</code></a> also remove borsh from NonNilUuid for now</li> <li><a href="b12c6909d0
"><code>b12c690</code></a> fix up non nil docs</li> <li><a href="38df005749
"><code>38df005</code></a> remove zerocopy from NonNilUuid for now</li> <li><a href="4021daa72f
"><code>4021daa</code></a> fix up zerocopy derives</li> <li><a href="f570b5714c
"><code>f570b57</code></a> support equality between NonNilUuid and Uuid</li> <li><a href="4ffd872792
"><code>4ffd872</code></a> add a few missing derives</li> <li>Additional commits viewable in <a href="https://github.com/uuid-rs/uuid/compare/1.11.0...1.12.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
101 lines
2.8 KiB
TOML
101 lines
2.8 KiB
TOML
[package]
|
|
authors = ["The Nushell Project Developers"]
|
|
description = "Nushell dataframe plugin commands based on polars."
|
|
edition = "2021"
|
|
license = "MIT"
|
|
name = "nu_plugin_polars"
|
|
repository = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_polars"
|
|
version = "0.101.1"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[[bin]]
|
|
name = "nu_plugin_polars"
|
|
bench = false
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
nu-protocol = { path = "../nu-protocol", version = "0.101.1" }
|
|
nu-plugin = { path = "../nu-plugin", version = "0.101.1" }
|
|
nu-path = { path = "../nu-path", version = "0.101.1" }
|
|
nu-utils = { path = "../nu-utils", version = "0.101.1" }
|
|
|
|
# Potential dependencies for extras
|
|
chrono = { workspace = true, features = ["std", "unstable-locales"], default-features = false }
|
|
chrono-tz = "0.10"
|
|
fancy-regex = { workspace = true }
|
|
indexmap = { version = "2.7" }
|
|
mimalloc = { version = "0.1.42" }
|
|
num = {version = "0.4"}
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
sqlparser = { version = "0.49"}
|
|
polars-io = { version = "0.44", features = ["avro", "cloud", "aws"]}
|
|
polars-arrow = { version = "0.44"}
|
|
polars-ops = { version = "0.44", features = ["pivot"]}
|
|
polars-plan = { version = "0.44", features = ["regex"]}
|
|
polars-utils = { version = "0.44"}
|
|
typetag = "0.2"
|
|
env_logger = "0.11.3"
|
|
log.workspace = true
|
|
uuid = { version = "1.12", features = ["v4", "serde"] }
|
|
|
|
# Do to a compile error with polars, this included to force the raw dependency
|
|
hashbrown = { version = "0.14", features = ["rayon", "ahash", "serde", "raw"] }
|
|
|
|
# Cloud support
|
|
aws-config = { version = "1.5", features = ["sso"] }
|
|
aws-credential-types = "1.2"
|
|
tokio = { version = "1.41", features = ["full"] }
|
|
object_store = { version = "0.10", default-features = false }
|
|
url.workspace = true
|
|
|
|
[dependencies.polars]
|
|
features = [
|
|
"arg_where",
|
|
"checked_arithmetic",
|
|
"cloud",
|
|
"concat_str",
|
|
"cross_join",
|
|
"csv",
|
|
"cum_agg",
|
|
"default",
|
|
"dtype-categorical",
|
|
"dtype-datetime",
|
|
"dtype-struct",
|
|
"dtype-decimal",
|
|
"dtype-i8",
|
|
"dtype-i16",
|
|
"dtype-u8",
|
|
"dtype-u16",
|
|
"dynamic_group_by",
|
|
"ipc",
|
|
"is_in",
|
|
"json",
|
|
"lazy",
|
|
"object",
|
|
"parquet",
|
|
"pivot",
|
|
"random",
|
|
"rolling_window",
|
|
"rows",
|
|
"serde",
|
|
"serde-lazy",
|
|
"strings",
|
|
"string_to_integer",
|
|
"streaming",
|
|
"timezones",
|
|
"temporal",
|
|
"to_dummies",
|
|
]
|
|
optional = false
|
|
version = "0.44"
|
|
|
|
[dev-dependencies]
|
|
nu-cmd-lang = { path = "../nu-cmd-lang", version = "0.101.1" }
|
|
nu-engine = { path = "../nu-engine", version = "0.101.1" }
|
|
nu-parser = { path = "../nu-parser", version = "0.101.1" }
|
|
nu-command = { path = "../nu-command", version = "0.101.1" }
|
|
nu-plugin-test-support = { path = "../nu-plugin-test-support", version = "0.101.1" }
|
|
tempfile.workspace = true |