Skip to content

Commit

Permalink
Bump serde_yaml from 0.8.9 to 0.8.11
Browse files Browse the repository at this point in the history
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.9 to 0.8.11.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.8.9...0.8.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Oct 14, 2019
1 parent 4e8749d commit 88032a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion f3df/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ dump = ["clap", "serde_yaml", "serde_json"]
serde = { version = "1.0.99", features = ["derive"] }
serde_json = { version = "1.0.40", optional = true }
byteorder = "1.3.2"
serde_yaml = { version = "0.8.9", optional = true }
serde_yaml = { version = "0.8.11", optional = true }
bitflags = "1.1.0"
glsl-to-spirv = { version = "0.1", optional = true }
clap = { version = "2.33.0", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions i3df/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ impl_ops = "0.1.1"
serde = "1.0.99"
serde_derive = "1.0.99"
serde_json = { version = "1.0.40", optional = true }
serde_yaml = { version = "0.8.9", optional = true }
serde_yaml = { version = "0.8.11", optional = true }
serde_bytes = { version = "0.11.2", optional = true }
#js-sys = { version = "0.3.27", optional = true }
#wasm-bindgen = { version = "0.2.50", optional = true }
Expand All @@ -32,7 +32,7 @@ wasm-bindgen = "0.2.50"
serde-wasm-bindgen = "0.1.3"

[build-dependencies]
serde_yaml = "0.8.9"
serde_yaml = "0.8.11"
serde = { version = "1.0.93", features = ["derive"] }
heck = "0.3.1"
i3df-specification = { git = "git://github.com/cognitedata/i3df-specification", version = "0.1.0" }
Expand Down

0 comments on commit 88032a7

Please sign in to comment.