Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
build(deps): bump nom from 5.1.0 to 5.1.1 in /sync
Browse files Browse the repository at this point in the history
Bumps [nom](https://github.com/Geal/nom) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/Geal/nom/releases)
- [Changelog](https://github.com/Geal/nom/blob/master/CHANGELOG.md)
- [Commits](rust-bakery/nom@5.1.0...5.1.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Mar 2, 2020
1 parent c74dc21 commit 5bde436
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions sync/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 sync/adonais_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ chrono = { version = "0.4.9", features = ["serde", "wasmbind"] }
chrono-tz = "0.5.1"
combine = { version = "3.8.1", optional = true }
data-encoding = "2.2.0"
nom = { version = "5.1.0", optional = true }
nom = { version = "5.1.1", optional = true }
pest = { version = "2.1.3", optional = true }
pest_derive = { version = "2.1.0", optional = true }
serde = "1.0.104"
Expand Down

0 comments on commit 5bde436

Please sign in to comment.