mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 01:24:38 +01:00
6542f23ad1
Bumps [ical](https://github.com/Peltoche/ical-rs) from 0.10.0 to 0.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Peltoche/ical-rs/releases">ical's releases</a>.</em></p> <blockquote> <h2>v0.11.0</h2> <h2>What's Changed</h2> <ul> <li>Update the version inside the readme by <a href="https://github.com/Peltoche"><code>@Peltoche</code></a> in <a href="https://redirect.github.com/Peltoche/ical-rs/pull/58">Peltoche/ical-rs#58</a></li> <li>Fix <a href="https://redirect.github.com/Peltoche/ical-rs/issues/62">#62</a> by <a href="https://github.com/ddnomad"><code>@ddnomad</code></a> in <a href="https://redirect.github.com/Peltoche/ical-rs/pull/63">Peltoche/ical-rs#63</a></li> <li>replaced split_line with a multibyte aware version by <a href="https://github.com/ronnybremer"><code>@ronnybremer</code></a> in <a href="https://redirect.github.com/Peltoche/ical-rs/pull/61">Peltoche/ical-rs#61</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ddnomad"><code>@ddnomad</code></a> made their first contribution in <a href="https://redirect.github.com/Peltoche/ical-rs/pull/63">Peltoche/ical-rs#63</a></li> <li><a href="https://github.com/ronnybremer"><code>@ronnybremer</code></a> made their first contribution in <a href="https://redirect.github.com/Peltoche/ical-rs/pull/61">Peltoche/ical-rs#61</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Peltoche/ical-rs/compare/v0.10.0...v0.11.0">https://github.com/Peltoche/ical-rs/compare/v0.10.0...v0.11.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c2f6bb3be9
"><code>c2f6bb3</code></a> chore: Release ical version 0.11.0</li> <li><a href="e435769c7b
"><code>e435769</code></a> final fix to test for new split_line</li> <li><a href="1db49580e1
"><code>1db4958</code></a> fixed incorrect test for new split_line</li> <li><a href="248227b08d
"><code>248227b</code></a> added test case with multibyte characters for split_line</li> <li><a href="ba696e5c02
"><code>ba696e5</code></a> take 75 chars of the first line and 74 chars of subsequent lines</li> <li><a href="28ffa72bb1
"><code>28ffa72</code></a> replaced split_line with a multibyte aware version</li> <li><a href="a10a15d571
"><code>a10a15d</code></a> Fix <a href="https://redirect.github.com/Peltoche/ical-rs/issues/62">#62</a></li> <li><a href="7f93147560
"><code>7f93147</code></a> Update the version inside the readme</li> <li>See full diff in <a href="https://github.com/Peltoche/ical-rs/compare/v0.10.0...v0.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ical&package-manager=cargo&previous-version=0.10.0&new-version=0.11.0)](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>
22 lines
733 B
TOML
22 lines
733 B
TOML
[package]
|
|
authors = ["The Nushell Project Developers"]
|
|
description = "An I/O plugin for a set of file formats for Nushell"
|
|
repository = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_formats"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
name = "nu_plugin_formats"
|
|
version = "0.91.1"
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
nu-plugin = { path = "../nu-plugin", version = "0.91.1" }
|
|
nu-protocol = { path = "../nu-protocol", version = "0.91.1", features = ["plugin"] }
|
|
|
|
indexmap = { workspace = true }
|
|
eml-parser = "0.1"
|
|
ical = "0.11"
|
|
rust-ini = "0.20.0"
|
|
|
|
[dev-dependencies]
|
|
nu-plugin-test-support = { path = "../nu-plugin-test-support", version = "0.91.1" }
|