Skip to content

Commit 21edafd

Browse files
build(deps): bump toml from 0.7.8 to 0.8.6 (#431)
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.8 to 0.8.6. - [Commits](toml-rs/toml@toml-v0.7.8...toml-v0.8.6) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ab8291 commit 21edafd

File tree

3 files changed

+5
-30
lines changed

3 files changed

+5
-30
lines changed

Cargo.lock

Lines changed: 3 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aw-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ appdirs = "0.2.0"
2424
lazy_static = "1.4"
2525
log = "0.4"
2626
fern = { version = "0.6", features = ["colored"] }
27-
toml = "0.7"
27+
toml = "0.8"
2828
gethostname = "0.4"
2929
uuid = { version = "1.3", features = ["serde", "v4"] }
3030
clap = { version = "4.1", features = ["derive", "cargo"] }

aw-sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "src/main.rs"
1414

1515
[dependencies]
1616
log = "0.4"
17-
toml = "0.7"
17+
toml = "0.8"
1818
chrono = { version = "0.4", features = ["serde"] }
1919
serde = "1.0"
2020
serde_json = "1.0"

0 commit comments

Comments
 (0)