Skip to content

Commit

Permalink
Merge pull request #125 from c410-f3r/dependabot/cargo/protobuf-3.4.0
Browse files Browse the repository at this point in the history
Bump protobuf from 3.3.0 to 3.4.0
  • Loading branch information
c410-f3r authored Feb 27, 2024
2 parents ca03bd4 + 2989f42 commit 23e3c71
Show file tree
Hide file tree
Showing 2 changed files with 5 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.

2 changes: 1 addition & 1 deletion wtx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ md-5 = { default-features = false, optional = true, version = "0.10" }
memchr = { default-features = false, optional = true, version = "2.0" }
miniserde = { default-features = false, optional = true, version = "0.1" }
proptest = { default-features = false, features = ["alloc"], optional = true, version = "1.0" }
protobuf = { default-features = false, optional = true, version = "3.0" }
protobuf = { default-features = false, optional = true, version = "3.4" }
rand = { default-features = false, features = ["small_rng"], optional = true, version = "0.8" }
reqwest = { default-features = false, optional = true, version = "0.11" }
ring = { default-features = false, optional = true, version = "0.17" }
Expand Down

0 comments on commit 23e3c71

Please sign in to comment.