Browse Source

build(deps): bump protosol from v1.0.2 to v1.0.4 (#8510)

* build(deps): bump protosol from v1.0.2 to v1.0.4

Bumps [protosol](https://github.com/firedancer-io/protosol) from v1.0.2 to v1.0.4.
- [Commits](https://github.com/firedancer-io/protosol/compare/56629ce3939dd8059acd900b74e29e3aaa1b178b...72fb79f2a24e60a55d392c386c1ac7c2d15c13a4)

---
updated-dependencies:
- dependency-name: protosol
  dependency-version: 72fb79f2a24e60a55d392c386c1ac7c2d15c13a4
  dependency-type: direct:production
...

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] 1 month ago
parent
commit
27f72d03ad
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Cargo.lock
  2. 1 1
      svm-fuzz-harness/Cargo.toml

+ 1 - 1
Cargo.lock

@@ -5540,7 +5540,7 @@ dependencies = [
 [[package]]
 [[package]]
 name = "protosol"
 name = "protosol"
 version = "1.0.1"
 version = "1.0.1"
-source = "git+https://github.com/firedancer-io/protosol?tag=v1.0.2#56629ce3939dd8059acd900b74e29e3aaa1b178b"
+source = "git+https://github.com/firedancer-io/protosol?tag=v1.0.4#72fb79f2a24e60a55d392c386c1ac7c2d15c13a4"
 dependencies = [
 dependencies = [
  "prost",
  "prost",
  "prost-build",
  "prost-build",

+ 1 - 1
svm-fuzz-harness/Cargo.toml

@@ -24,7 +24,7 @@ agave-syscalls = { workspace = true }
 bincode = { workspace = true }
 bincode = { workspace = true }
 clap = { version = "4.5.2", features = ["derive"] }
 clap = { version = "4.5.2", features = ["derive"] }
 prost = { workspace = true }
 prost = { workspace = true }
-protosol = { git = "https://github.com/firedancer-io/protosol", tag = "v1.0.2" }
+protosol = { git = "https://github.com/firedancer-io/protosol", tag = "v1.0.4" }
 solana-account = { workspace = true }
 solana-account = { workspace = true }
 solana-builtins = { workspace = true }
 solana-builtins = { workspace = true }
 solana-clock = { workspace = true, features = ["sysvar"] }
 solana-clock = { workspace = true, features = ["sysvar"] }