aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-03 11:07:46 +0100
committerGitHub <noreply@github.com>2024-06-03 11:07:46 +0100
commit511d84ce8d90849f485a84af577f82b16038cec1 (patch)
tree0cf5395669f864b77d36f6e974653b599c5bee7f /crates
parentchore(deps): raise MSRV to 1.74 to match dependencies (#2069) (diff)
downloadatuin-511d84ce8d90849f485a84af577f82b16038cec1.zip
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'crates')
-rw-r--r--crates/atuin/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"