Skip to content

Commit 5b5cf3e

Browse files
Bump serde from 1.0.213 to 1.0.214
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.213 to 1.0.214. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.213...v1.0.214) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a384a9 commit 5b5cf3e

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python = ["dep:pyo3"]
1717
[dependencies]
1818
chrono = { version = "0.4.38", features = ["serde"] }
1919
pyo3 = { version = "0.22.5", optional = true }
20-
serde = { version = "1.0.213", features = ["derive"] }
20+
serde = { version = "1.0.214", features = ["derive"] }
2121
serde-xml-rs = "0.6.0"
2222
serde_json = "1.0.132"
2323
thiserror = "1.0.65"

0 commit comments

Comments
 (0)