aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-17 15:39:47 -0700
committerGitHub <noreply@github.com>2023-10-17 15:39:47 -0700
commitad6cae4dac202c315ca34128f3cdf884a700705c (patch)
tree95112dc70ba47a573d5ade1110895db996c0885c /Cargo.toml
parentBump debian from bullseye-20230919-slim to bullseye-20231009-slim (#1304) (diff)
downloadatuin-ad6cae4dac202c315ca34128f3cdf884a700705c.zip
Bump semver from 1.0.18 to 1.0.20 (#1299)
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.18 to 1.0.20. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.18...1.0.20) --- updated-dependencies: - dependency-name: semver 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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ccd93590..ed95fa3d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ fs-err = "2.9"
interim = { version = "0.1.0", features = ["time"] }
itertools = "0.11.0"
rand = { version = "0.8.5", features = ["std"] }
-semver = "1.0.14"
+semver = "1.0.20"
# https://github.com/serde-rs/serde/issues/2538
# I don't trust dtolnay with our user's builds. especially as we
# have things like encryption keys