From 511d84ce8d90849f485a84af577f82b16038cec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:07:46 +0100 Subject: chore(deps): bump serde_yaml from 0.9.32 to 0.9.34+deprecated (#2078) Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.32 to 0.9.34+deprecated. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.32...0.9.34) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- crates/atuin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml index 9ffc091f..2ec575c0 100644 --- a/crates/atuin/Cargo.toml +++ b/crates/atuin/Cargo.toml @@ -83,7 +83,7 @@ tracing = "0.1" tracing-subscriber = { workspace = true } uuid = { workspace = true } unicode-segmentation = "1.11.0" -serde_yaml = "0.9.32" +serde_yaml = "0.9.34" sysinfo = "0.30.7" regex="1.10.4" -- cgit v1.3.1