Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Bump serde from 1.0.145 to 1.0.147 (#14277)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 24, 2022
1 parent b7a7ff6 commit 278b530
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions changelog.d/14277.misc
@@ -0,0 +1 @@
Bump serde from 1.0.145 to 1.0.147.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ pyo3 = { version = "0.17.1", features = ["extension-module", "macros", "anyhow",
pyo3-log = "0.7.0"
pythonize = "0.17.0"
regex = "1.6.0"
serde = { version = "1.0.144", features = ["derive"] }
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.85"

[build-dependencies]
Expand Down

0 comments on commit 278b530

Please sign in to comment.