diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-12 20:27:31 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-12 20:27:31 +0000 |
| commit | 66ea6f8c225cc2273cfbfb1b948604c170a78e8c (patch) | |
| tree | 2597d36c0e06ec220235acb88ee4701d407fcf23 /crates/bot-http/Cargo.toml | |
| parent | 04af0af364a2c6ecabd2340a422049ec984357f4 (diff) | |
crates: bump serde from 1.0.204 to 1.0.207 (#33)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.204 to 1.0.207.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.204...v1.0.207)
---
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 'crates/bot-http/Cargo.toml')
| -rw-r--r-- | crates/bot-http/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/bot-http/Cargo.toml b/crates/bot-http/Cargo.toml index 99f5ec4..0888fda 100644 --- a/crates/bot-http/Cargo.toml +++ b/crates/bot-http/Cargo.toml @@ -12,7 +12,7 @@ publish = false [dependencies] log = { workspace = true } reqwest = { version = "0.12.5", default-features = false, features = ["charset", "http2", "rustls-tls", "json"] } -serde = { version = "1.0.204", features = ["derive"] } +serde = { version = "1.0.207", features = ["derive"] } [lints.rust] unsafe_code = "forbid" |
