summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-13 16:03:24 +0000
committerGitHub <[email protected]>2024-05-13 16:03:24 +0000
commita39d1959381dc7204c2af0550c7305ea1835dc8c (patch)
tree0b46b955e8a6f6d7b2100a43b34d0beee89730d4 /Cargo.toml
parent064897a7d9bba7d58b6a62d7bf583889443614ef (diff)
crates: bump serde from 1.0.200 to 1.0.201 (#184)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.200 to 1.0.201. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.200...v1.0.201) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> 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 be12d89..d841a70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ reqwest = { version = "0.12.4", default-features = false, features = [
"rustls-tls",
"json",
] }
-serde = "1.0.200"
+serde = "1.0.201"
serde_json = "1.0.116"
tokio = { version = "1.37.0", features = [
"macros",