Skip to content

Commit

Permalink
Merge pull request #9 from cognitedata/dependabot/cargo/serde_json-1.…
Browse files Browse the repository at this point in the history
…0.41

Bump serde_json from 1.0.40 to 1.0.41
  • Loading branch information
dragly committed Nov 8, 2019
2 parents 4e8749d + a02ebba commit b987792
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dump = ["clap", "serde_yaml", "serde_json"]

[dependencies]
serde = { version = "1.0.99", features = ["derive"] }
serde_json = { version = "1.0.40", optional = true }
serde_json = { version = "1.0.41", optional = true }
byteorder = "1.3.2"
serde_yaml = { version = "0.8.9", optional = true }
bitflags = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion i3df/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ nalgebra = "0.18.0"
impl_ops = "0.1.1"
serde = "1.0.99"
serde_derive = "1.0.99"
serde_json = { version = "1.0.40", optional = true }
serde_json = { version = "1.0.41", optional = true }
serde_yaml = { version = "0.8.9", optional = true }
serde_bytes = { version = "0.11.2", optional = true }
#js-sys = { version = "0.3.27", optional = true }
Expand Down

0 comments on commit b987792

Please sign in to comment.