chore(deps): update toml requirement in /veza-stream-server
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.0...toml-v1.0.3) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.3+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
fd606a6234
commit
2e108e139e
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ flume = "0.11"
|
|||
# Serialization
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
toml = "0.8"
|
||||
toml = "1.0"
|
||||
bincode = "1.3"
|
||||
|
||||
# Async utilities
|
||||
|
|
|
|||
Loading…
Reference in a new issue