summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-10 16:01:24 +0000
committerGitHub <[email protected]>2025-03-10 16:01:24 +0000
commit31547d484ba62f7f9c0c4d5ba2b742c626064217 (patch)
tree734dae49de6b9215839bbbed2b3898fb76877c8f /Cargo.toml
parent860ff541df4fff44d1d308a337e2dcc27fef32da (diff)
crates: bump serde from 1.0.217 to 1.0.219dependabot/cargo/serde-1.0.219
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.217 to 1.0.219. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.217...v1.0.219) --- 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 58a9bbf..0f85eae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ reqwest = { version = "0.12.12", default-features = false, features = [
"rustls-tls",
"json",
] }
-serde = "1.0.217"
+serde = "1.0.219"
serde_json = "1.0.138"
tokio = { version = "1.43.0", features = [
"macros",