Skip to content

Commit

Permalink
chore(deps): Bump bstr from 1.5.0 to 1.6.0 (vectordotdev#17877)
Browse files Browse the repository at this point in the history
Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.5.0 to 1.6.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/BurntSushi/bstr/commit/8d0afbc48c6763420475c0a6b4c66c525b73d726"><code>8d0afbc</code></a>
1.6.0</li>
<li><a
href="https://github.com/BurntSushi/bstr/commit/a7ddce56162a6009a69795daa92f735ce71cb043"><code>a7ddce5</code></a>
ci: disable miri for now</li>
<li><a
href="https://github.com/BurntSushi/bstr/commit/9db55842ea294891ee88968f41e511cd32ecc832"><code>9db5584</code></a>
unicode/fsm: switch to regex-automata 0.3</li>
<li><a
href="https://github.com/BurntSushi/bstr/commit/88a12ae1bb593cdf7fec3de655bf0af88a15b452"><code>88a12ae</code></a>
unicode/fsm: delete all of the old DFAs</li>
<li>See full diff in <a
href="https://github.com/BurntSushi/bstr/compare/1.5.0...1.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bstr&package-manager=cargo&previous-version=1.5.0&new-version=1.6.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 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>
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
dependabot[bot] and jszwedko committed Jul 7, 2023
1 parent bf2f975 commit 17ccc56
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
21 changes: 13 additions & 8 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions LICENSE-3rdparty.csv
Expand Up @@ -422,6 +422,7 @@ redox_syscall,https://gitlab.redox-os.org/redox-os/syscall,MIT,Jeremy Soller <ja
redox_users,https://gitlab.redox-os.org/redox-os/users,MIT,"Jose Narvaez <goyox86@gmail.com>, Wesley Hershberger <mggmugginsmc@gmail.com>"
regex,https://github.com/rust-lang/regex,MIT OR Apache-2.0,The Rust Project Developers
regex-automata,https://github.com/BurntSushi/regex-automata,Unlicense OR MIT,Andrew Gallant <jamslam@gmail.com>
regex-automata,https://github.com/rust-lang/regex/tree/master/regex-automata,MIT OR Apache-2.0,"The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>"
rend,https://github.com/djkoloski/rend,MIT,David Koloski <djkoloski@gmail.com>
reqwest,https://github.com/seanmonstar/reqwest,MIT OR Apache-2.0,Sean McArthur <sean@seanmonstar.com>
resolv-conf,http://github.com/tailhook/resolv-conf,MIT OR Apache-2.0,paul@colomiets.name
Expand Down
2 changes: 1 addition & 1 deletion lib/file-source/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ vector-config-common = { path = "../vector-config-common", default-features = fa
vector-config-macros = { path = "../vector-config-macros", default-features = false }

[dependencies.bstr]
version = "1.5"
version = "1.6"
default-features = false
features = []

Expand Down

0 comments on commit 17ccc56

Please sign in to comment.