summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-27 16:00:54 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-27 16:03:02 +0000
commit5cba296f4156c3d4861c84d255c38bcc225d71c9 (patch)
treea291163f0784bad32179e0e55484b258fdcf32fa /Cargo.toml
parent751fc05f236c8bbe505859c331454b162225ae88 (diff)
deps(crates): bump serde from 1.0.192 to 1.0.193
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.192 to 1.0.193. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.192...v1.0.193) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
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 0d1c122..3ff2356 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,6 @@ reqwest = { version = "0.11.22", default-features = false, features = [
"rustls-tls",
"json",
] }
-serde = "1.0.192"
+serde = "1.0.193"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
url = { version = "2.4.1", features = ["serde"] }