summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-29 15:27:43 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-29 15:31:45 +0000
commit98a1388341c09ec8df4fe5b9f6e3ef639b4054e9 (patch)
tree0111d59d34d7c77e5f7af29674336a9259d2c027 /Cargo.toml
parent912aede5e5fb0f4a3d1aebc49f6019ab545828eb (diff)
deps(crates): bump serde from 1.0.195 to 1.0.196
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.195 to 1.0.196. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.195...v1.0.196) --- 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 53ef511..5a2bc82 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ reqwest = { version = "0.11.23", default-features = false, features = [
"rustls-tls",
"json",
] }
-serde = "1.0.195"
+serde = "1.0.196"
serde_json = "1.0.113"
tokio = { version = "1.35.1", features = [
"macros",