Skip to content

Commit

Permalink
Bump serde from 1.0.120 to 1.0.124 in /graph-data.rs
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.120 to 1.0.124.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.120...v1.0.124)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 18, 2021
1 parent f8e854b commit baa1b83
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 deletions graph-data.rs/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 graph-data.rs/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
cincinnati = { git = "https://github.com/openshift/cincinnati", rev = "942743910e6fdee387dce99e243dcc52b5cf70bd"}
tokio = { version = "0.2.11", features = [ "fs", "stream" ] }
serde = "^1.0.70"
serde = "^1.0.124"
serde_yaml = "^0.8.11"
anyhow = "1.0"
regex = "^1.1.0"
Expand Down

0 comments on commit baa1b83

Please sign in to comment.