summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-19 15:42:20 +0000
committerGitHub <[email protected]>2024-08-19 15:42:20 +0000
commit063f1c6c2bc18a1b97ff67ccc0dca0381bbe7f93 (patch)
tree4c9e47a9ea8e85b8f2c19e55133edd274d29062b /Cargo.toml
parent7da2f21b3dde5dffc3f7c9049cc8faeef7cc802a (diff)
crates: bump serde from 1.0.206 to 1.0.208 (#224)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.206 to 1.0.208. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.206...v1.0.208) --- 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 5d4a8d7..52f5306 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ reqwest = { version = "0.12.5", default-features = false, features = [
"rustls-tls",
"json",
] }
-serde = "1.0.206"
+serde = "1.0.208"
serde_json = "1.0.125"
tokio = { version = "1.39.3", features = [
"macros",