Skip to content

Commit a17723b

Browse files
chore(deps): bump serde_yaml_bw from 2.2.0 to 2.3.0
Bumps [serde_yaml_bw](https://github.com/bourumir-wyngs/serde-yaml-bw) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/bourumir-wyngs/serde-yaml-bw/releases) - [Commits](https://github.com/bourumir-wyngs/serde-yaml-bw/commits/2.3.0) --- updated-dependencies: - dependency-name: serde_yaml_bw dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 65f9ce0 commit a17723b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ miette = "7.0.0"
3939
camino = "1.1.9"
4040
toml = { version = "0.9.0", optional = true }
4141
serde_json = { version = "1.0.132", optional = true }
42-
serde_yaml_bw = { version = "2.2.0", optional = true }
42+
serde_yaml_bw = { version = "2.3.0", optional = true }
4343
serde = { version = "1.0.214", optional = true, features = ["derive"] }
4444
tar = { version = "0.4.42", optional = true }
4545
zip = { version = "5.1.1", optional = true, default-features = false, features = ["aes-crypto", "bzip2", "deflate", "time", "zstd"] }

0 commit comments

Comments
 (0)