summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-28 20:35:22 +0200
committerGitHub <noreply@github.com>2023-07-28 20:35:22 +0200
commit2fb32c70bab0ee742efc0e30e7aa6beaa09eac20 (patch)
tree98cbbc87e10c222f66af3914fe13c0e3b433f23e
parent19a4b1e0aa48ca860a240aaa3333ec29b1dda7db (diff)
chore: Bump serde from 1.0.176 to 1.0.177 (#96)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.176 to 1.0.177. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.176...v1.0.177) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2b59579..1a2c1a5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1050,18 +1050,18 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "serde"
-version = "1.0.176"
+version = "1.0.177"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "76dc28c9523c5d70816e393136b86d48909cfb27cecaa902d338c19ed47164dc"
+checksum = "63ba2516aa6bf82e0b19ca8b50019d52df58455d3cf9bdaf6315225fdd0c560a"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.176"
+version = "1.0.177"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4e7b8c5dc823e3b90651ff1d3808419cd14e5ad76de04feaf37da114e7a306f"
+checksum = "401797fe7833d72109fedec6bfcbe67c0eed9b99772f26eb8afd261f0abc6fd3"
dependencies = [
"proc-macro2",
"quote",
diff --git a/Cargo.toml b/Cargo.toml
index 2faed08..eb18f62 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -61,7 +61,7 @@ default-features = false
features = ["jpeg"]
[dependencies.serde]
-version = "1.0.176"
+version = "1.0.177"
features = ["derive"]
[dev-dependencies]