Explorar el Código

build(deps): bump serde_bytes from 0.11.17 to 0.11.19 (#8061)

* build(deps): bump serde_bytes from 0.11.17 to 0.11.19

Bumps [serde_bytes](https://github.com/serde-rs/bytes) from 0.11.17 to 0.11.19.
- [Release notes](https://github.com/serde-rs/bytes/releases)
- [Commits](https://github.com/serde-rs/bytes/compare/0.11.17...0.11.19)

---
updated-dependencies:
- dependency-name: serde_bytes
  dependency-version: 0.11.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update all Cargo files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] hace 2 meses
padre
commit
3684e5825a
Se han modificado 3 ficheros con 7 adiciones y 5 borrados
  1. 3 2
      Cargo.lock
  2. 1 1
      Cargo.toml
  3. 3 2
      programs/sbf/Cargo.lock

+ 3 - 2
Cargo.lock

@@ -6485,11 +6485,12 @@ dependencies = [
 
 [[package]]
 name = "serde_bytes"
-version = "0.11.17"
+version = "0.11.19"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96"
+checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
 dependencies = [
  "serde",
+ "serde_core",
 ]
 
 [[package]]

+ 1 - 1
Cargo.toml

@@ -354,7 +354,7 @@ semver = "1.0.27"
 seqlock = "0.2.0"
 serde = "1.0.224" # must match the serde_derive version, see https://github.com/serde-rs/serde/issues/2584#issuecomment-1685252251
 serde-big-array = "0.5.1"
-serde_bytes = "0.11.17"
+serde_bytes = "0.11.19"
 serde_derive = "1.0.224" # must match the serde version, see https://github.com/serde-rs/serde/issues/2584#issuecomment-1685252251
 serde_json = "1.0.145"
 serde_with = { version = "3.14.0", default-features = false }

+ 3 - 2
programs/sbf/Cargo.lock

@@ -5391,11 +5391,12 @@ dependencies = [
 
 [[package]]
 name = "serde_bytes"
-version = "0.11.17"
+version = "0.11.19"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96"
+checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
 dependencies = [
  "serde",
+ "serde_core",
 ]
 
 [[package]]