Skip to content

Commit d2a9506

Browse files
Bump serde from 1.0.208 to 1.0.209 (#265)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.208 to 1.0.209. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.208...v1.0.209) --- 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>
1 parent 4ec613a commit d2a9506

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bluez-async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dbus-tokio = "0.7.6"
1818
futures = "0.3.30"
1919
itertools = "0.13.0"
2020
log = "0.4.22"
21-
serde = { version = "1.0.208", features = ["derive"] }
21+
serde = { version = "1.0.209", features = ["derive"] }
2222
serde-xml-rs = "0.6.0"
2323
thiserror = "1.0.63"
2424
tokio = { version = "1.38.1", features = ["rt"] }

0 commit comments

Comments
 (0)