Skip to content

Commit f3f1519

Browse files
build(deps): update toml requirement from 0.7.0 to 0.8.0
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](toml-rs/toml@toml-v0.7.0...toml-v0.8.0) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97352a3 commit f3f1519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skia-bindings/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ tar = { version = "0.4.26", optional = true }
7676
# the matching prebuilt binaries.
7777
serde_json = "1.0.39"
7878
# For reading Cargo.toml from within a package.
79-
toml = "0.7.0"
79+
toml = "0.8.0"
8080

8181
[dev-dependencies]
8282
# build dependencies duplicated for testing :(
@@ -88,4 +88,4 @@ ureq = { version = "2.0.1" }
8888
flate2 = { version = "1.0.7" }
8989
tar = { version = "0.4.26" }
9090
serde_json = "1.0.39"
91-
toml = "0.7.0"
91+
toml = "0.8.0"

0 commit comments

Comments
 (0)