Skip to content

Commit

Permalink
deps: bump data-encoding from 2.4.0 to 2.5.0
Browse files Browse the repository at this point in the history
Bumps [data-encoding](https://github.com/ia0/data-encoding) from 2.4.0 to 2.5.0.
- [Commits](https://github.com/ia0/data-encoding/commits)

---
updated-dependencies:
- dependency-name: data-encoding
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent d851d1b commit f6bcc03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 protocols/mdns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
async-std = { version = "1.12.0", optional = true }
async-io = { version = "2.2.0", optional = true }
data-encoding = "2.4.0"
data-encoding = "2.5.0"
futures = "0.3.29"
if-watch = "3.1.0"
libp2p-core = { workspace = true }
Expand Down

0 comments on commit f6bcc03

Please sign in to comment.