mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
build(deps): bump enum-map from 2.4.1 to 2.4.2
Bumps [enum-map](https://github.com/xfix/enum-map) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/xfix/enum-map/releases) - [Changelog](https://github.com/xfix/enum-map/blob/master/CHANGELOG.md) - [Commits](https://github.com/xfix/enum-map/compare/v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: enum-map dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
391bb46777
commit
42b9fe3a40
19
Cargo.lock
generated
19
Cargo.lock
generated
@ -650,11 +650,11 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "enum-map"
|
||||
version = "2.4.1"
|
||||
version = "2.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f5a56d54c8dd9b3ad34752ed197a4eb2a6601bc010808eb097a04a58ae4c43e1"
|
||||
checksum = "50c25992259941eb7e57b936157961b217a4fc8597829ddef0596d6c3cd86e1a"
|
||||
dependencies = [
|
||||
"enum-map-derive",
|
||||
"enum-map-derive 0.11.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -668,6 +668,17 @@ dependencies = [
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "enum-map-derive"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2a4da76b3b6116d758c7ba93f7ec6a35d2e2cf24feda76c6e38a375f4d5c59f2"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "env_logger"
|
||||
version = "0.8.4"
|
||||
@ -1723,7 +1734,7 @@ dependencies = [
|
||||
"directories",
|
||||
"dirs",
|
||||
"enum-map",
|
||||
"enum-map-derive",
|
||||
"enum-map-derive 0.10.0",
|
||||
"filetime",
|
||||
"gethostname",
|
||||
"hex",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user