Skip to content

Commit dbefc57

Browse files
authored
Merge pull request rust-skia#839 from rust-skia/dependabot/cargo/toml-0.8.0
build(deps): update toml requirement from 0.7.0 to 0.8.0
2 parents 97352a3 + f3f1519 commit dbefc57

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)