Skip to content

Commit 9ed0528

Browse files
Bump serde_yaml from 0.8.24 to 0.9.2
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.24 to 0.9.2. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](dtolnay/serde-yaml@0.8.24...0.9.2) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c7e1fb4 commit 9ed0528

File tree

2 files changed

+22
-30
lines changed

2 files changed

+22
-30
lines changed

Cargo.lock

Lines changed: 21 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust-code-analysis-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ rust-code-analysis = { path = "..", version = "0.0"}
1919
serde = "^1.0"
2020
serde_cbor = "^0.11"
2121
serde_json = "^1.0"
22-
serde_yaml = "^0.8"
22+
serde_yaml = "^0.9"
2323
toml = "^0.5"

0 commit comments

Comments
 (0)