Skip to content

Commit

Permalink
chore(deps): bump uaparser from 0.6.0 to 0.6.1 (#343)
Browse files Browse the repository at this point in the history
Bumps [uaparser](https://github.com/davidarmstronglewis/uap-rs) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/davidarmstronglewis/uap-rs/releases)
- [Commits](oceanlewis/uap-rs@0.6.0...0.6.1)

---
updated-dependencies:
- dependency-name: uaparser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: neuronull <[email protected]>
  • Loading branch information
dependabot[bot] and neuronull authored Jul 24, 2023
1 parent 1c43086 commit bf63ac2
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ syslog_loose = { version = "0.18", optional = true }
termcolor = {version = "1", optional = true }
thiserror ={ version = "1", optional = true }
tracing = { version = "0.1.34", default-features = false, optional = true }
uaparser = { version = "0.6.0", default-features = false, optional = true }
uaparser = { version = "0.6.1", default-features = false, optional = true }
utf8-width = { version = "0.1.6", optional = true }
url = { version = "2", optional = true }
snafu = { version = "0.7", optional = true }
Expand Down

0 comments on commit bf63ac2

Please sign in to comment.