Skip to content

Commit

Permalink
Bump the minor group in /automap with 5 updates
Browse files Browse the repository at this point in the history
Bumps the minor group in /automap with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [flexi_logger](https://github.com/emabee/flexi_logger) | `0.17.1` | `0.29.0` |
| [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) | `1.4.0` | `1.5.0` |
| [pretty-hex](https://github.com/wolandr/pretty-hex) | `0.1.1` | `0.4.1` |
| [rand](https://github.com/rust-random/rand) | `0.7.3` | `0.8.5` |
| [regex](https://github.com/rust-lang/regex) | `1.8.1` | `1.9.4` |


Updates `flexi_logger` from 0.17.1 to 0.29.0
- [Changelog](https://github.com/emabee/flexi_logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emabee/flexi_logger/commits/v0.29.0)

Updates `lazy_static` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases)
- [Commits](rust-lang-nursery/lazy-static.rs@1.4.0...1.5.0)

Updates `pretty-hex` from 0.1.1 to 0.4.1
- [Commits](wolandr/pretty-hex@v0.1.1...v0.4.1)

Updates `rand` from 0.7.3 to 0.8.5
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.7.3...0.8.5)

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

---
updated-dependencies:
- dependency-name: flexi_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: lazy_static
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: pretty-hex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent 25e9a4f commit 9362216
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 49 deletions.
161 changes: 117 additions & 44 deletions automap/Cargo.lock

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

10 changes: 5 additions & 5 deletions automap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ edition = "2021"
[dependencies]
crossbeam-channel = "0.5.0"
igd = "0.12.0"
flexi_logger = "0.17.1"
lazy_static = "1.4.0"
flexi_logger = "0.29.0"
lazy_static = "1.5.0"
local_ipaddress = "0.1.3"
log = "0.4.8"
masq_lib = { path = "../masq_lib" }
port_scanner = "0.1.5"
pretty-hex = "0.1.0"
rand = {version = "0.7.0", features = ["getrandom", "small_rng"]}
pretty-hex = "0.4.1"
rand = {version = "0.8.5", features = ["getrandom", "small_rng"]}


[dev-dependencies]
regex = "1.5.4"
regex = "1.9.4"

[[bin]]
name = "automap"
Expand Down

0 comments on commit 9362216

Please sign in to comment.