Skip to content

Commit

Permalink
Update oneio requirement from 0.16.7 to 0.17.0
Browse files Browse the repository at this point in the history
Updates the requirements on [oneio](https://github.com/bgpkit/oneio) to permit the latest version.
- [Release notes](https://github.com/bgpkit/oneio/releases)
- [Changelog](https://github.com/bgpkit/oneio/blob/main/CHANGELOG.md)
- [Commits](bgpkit/oneio@v0.16.7...v0.17.0)

---
updated-dependencies:
- dependency-name: oneio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 4784cc2 commit 32ff497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bitflags = { version = "2.3.3", features = ["serde"], optional = true }
bytes = { version = "1.5.0", optional = true }
hex = { version = "0.4.3", optional = true } # bmp/openbmp parsing
log = { version = "0.4", optional = true }
oneio = { version = "0.16.7", default-features = false, features = ["remote", "gz", "bz"], optional = true }
oneio = { version = "0.17.0", default-features = false, features = ["remote", "gz", "bz"], optional = true }
regex = { version = "1", optional = true } # used in parser filter
chrono = { version = "0.4.38", optional = true } # parser filter
serde_json = { version = "1.0", optional = true } # RIS Live parsing
Expand Down

0 comments on commit 32ff497

Please sign in to comment.