Browse Source

Bump serde from 1.0.145 to 1.0.147 (#14277)

tags/v1.71.0rc1
dependabot[bot] 1 year ago
committed by GitHub
parent
commit
278b530875
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions
  1. +4
    -4
      Cargo.lock
  2. +1
    -0
      changelog.d/14277.misc
  3. +1
    -1
      rust/Cargo.toml

+ 4
- 4
Cargo.lock View File

@@ -323,18 +323,18 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"

[[package]]
name = "serde"
version = "1.0.145"
version = "1.0.147"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "728eb6351430bccb993660dfffc5a72f91ccc1295abaa8ce19b27ebe4f75568b"
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
dependencies = [
"serde_derive",
]

[[package]]
name = "serde_derive"
version = "1.0.145"
version = "1.0.147"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81fa1584d3d1bcacd84c277a0dfe21f5b0f6accf4a23d04d4c6d61f1af522b4c"
checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
dependencies = [
"proc-macro2",
"quote",


+ 1
- 0
changelog.d/14277.misc View File

@@ -0,0 +1 @@
Bump serde from 1.0.145 to 1.0.147.

+ 1
- 1
rust/Cargo.toml View File

@@ -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]


Loading…
Cancel
Save