aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-21 09:49:00 +0700
committerGitHub <noreply@github.com>2024-05-21 09:49:00 +0700
commitec98f1456dba5a363185f63335b41d615d5c8bca (patch)
treecfe39f9c3877408d17ad0ee2ceec14bb81bf77e1 /Cargo.toml
parentchore(deps): bump debian (#2036) (diff)
downloadatuin-ec98f1456dba5a363185f63335b41d615d5c8bca.zip
chore(deps): bump serde from 1.0.197 to 1.0.202 (#2034)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.197 to 1.0.202. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.197...v1.0.202) --- updated-dependencies: - dependency-name: serde 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 88b17aea..250523ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ interim = { version = "0.1.0", features = ["time"] }
itertools = "0.12.0"
rand = { version = "0.8.5", features = ["std"] }
semver = "1.0.20"
-serde = { version = "1.0.193", features = ["derive"] }
+serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.116"
tokio = { version = "1", features = ["full"] }
uuid = { version = "1.3", features = ["v4", "v7", "serde"] }