Skip to content

Commit

Permalink
Bump the patch group in /automap with 2 updates
Browse files Browse the repository at this point in the history
Bumps the patch group in /automap with 2 updates: [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) and [log](https://github.com/rust-lang/log).


Updates `crossbeam-channel` from 0.5.8 to 0.5.13
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.8...crossbeam-channel-0.5.13)

Updates `log` from 0.4.17 to 0.4.22
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.17...0.4.22)

---
updated-dependencies:
- dependency-name: crossbeam-channel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent 25e9a4f commit 6e06b6e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 35 deletions.
59 changes: 26 additions & 33 deletions automap/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions automap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ edition = "2021"
#workspace = "../node"

[dependencies]
crossbeam-channel = "0.5.0"
crossbeam-channel = "0.5.13"
igd = "0.12.0"
flexi_logger = "0.17.1"
lazy_static = "1.4.0"
local_ipaddress = "0.1.3"
log = "0.4.8"
log = "0.4.22"
masq_lib = { path = "../masq_lib" }
port_scanner = "0.1.5"
pretty-hex = "0.1.0"
Expand Down

0 comments on commit 6e06b6e

Please sign in to comment.