Skip to content

Commit

Permalink
Bump unicode-normalization from 0.1.23 to 0.1.24 (#3314)
Browse files Browse the repository at this point in the history
Bumps
[unicode-normalization](https://github.com/unicode-rs/unicode-normalization)
from 0.1.23 to 0.1.24.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/unicode-rs/unicode-normalization/commit/c9921309f09ebd05108920fda92efbf5f8124a7d"><code>c992130</code></a>
Merge pull request <a
href="https://redirect.github.com/unicode-rs/unicode-normalization/issues/103">#103</a>
from Marcondiro/master</li>
<li><a
href="https://github.com/unicode-rs/unicode-normalization/commit/0a95cae72ff8bd7e5764caf7ba25ceb0ab57f83c"><code>0a95cae</code></a>
Fix clippy</li>
<li><a
href="https://github.com/unicode-rs/unicode-normalization/commit/99d6e46cfbe1b9bc84249a84f9e58b7619c106e0"><code>99d6e46</code></a>
Fix composition table</li>
<li><a
href="https://github.com/unicode-rs/unicode-normalization/commit/b7e343ae286aace7447e1b3460b8ff9c22708abf"><code>b7e343a</code></a>
Use tinyvec 1.6.0 in msrv build</li>
<li><a
href="https://github.com/unicode-rs/unicode-normalization/commit/c8011eb0c16822ba6e065384e593c5c44a5447e1"><code>c8011eb</code></a>
Update normalization_tests.rs to Unicode 16.0.0</li>
<li><a
href="https://github.com/unicode-rs/unicode-normalization/commit/fdfe8e02eadab58bd544ccce5acd1b7d863e2b60"><code>fdfe8e0</code></a>
Update Unicode to version 16.0.0, bump to 0.1.24</li>
<li><a
href="https://github.com/unicode-rs/unicode-normalization/commit/79687caf819a61cb342fd891a0d3d735f23b1936"><code>79687ca</code></a>
Merge pull request <a
href="https://redirect.github.com/unicode-rs/unicode-normalization/issues/100">#100</a>
from unicode-rs/safety-comments</li>
<li><a
href="https://github.com/unicode-rs/unicode-normalization/commit/71a54fa64889f8fe10b46dffdb04974054d4059b"><code>71a54fa</code></a>
Merge pull request <a
href="https://redirect.github.com/unicode-rs/unicode-normalization/issues/101">#101</a>
from unicode-rs/constructors</li>
<li><a
href="https://github.com/unicode-rs/unicode-normalization/commit/a97388a047666d4a3f5c399b992071fb432e4d58"><code>a97388a</code></a>
Add safety comments</li>
<li><a
href="https://github.com/unicode-rs/unicode-normalization/commit/154ebfc06c8331ba5348a984f269ffd97859de5e"><code>154ebfc</code></a>
Directly expose constructors for iterators rather than relying on
hard-to-dis...</li>
<li>Additional commits viewable in <a
href="https://github.com/unicode-rs/unicode-normalization/compare/v0.1.23...v0.1.24">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=unicode-normalization&package-manager=cargo&previous-version=0.1.23&new-version=0.1.24)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent f3368d0 commit ebea1e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/daft-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rand = "0.8.5"
regex = {workspace = true}
serde = {workspace = true}
sketches-ddsketch = {workspace = true}
unicode-normalization = "0.1.23"
unicode-normalization = "0.1.24"

[dependencies.numpy]
optional = true
Expand Down

0 comments on commit ebea1e5

Please sign in to comment.