mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
chore(deps): bump toml from 0.5.10 to 0.5.11 (#1337)
Bumps [toml](https://github.com/toml-rs/toml) from 0.5.10 to 0.5.11. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.5.10...toml-v0.5.11) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5a1711331d
commit
099adc3cc4
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4650,9 +4650,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toml"
|
name = "toml"
|
||||||
version = "0.5.10"
|
version = "0.5.11"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
]
|
]
|
||||||
|
|
|
@ -139,7 +139,7 @@ tokio = "^1.24.1"
|
||||||
tokio-openssl = "^0.6.3"
|
tokio-openssl = "^0.6.3"
|
||||||
tokio-util = "^0.7.4"
|
tokio-util = "^0.7.4"
|
||||||
|
|
||||||
toml = "^0.5.10"
|
toml = "^0.5.11"
|
||||||
touch = "^0.0.1"
|
touch = "^0.0.1"
|
||||||
tracing = { version = "^0.1.37", features = ["max_level_trace", "release_max_level_debug"] }
|
tracing = { version = "^0.1.37", features = ["max_level_trace", "release_max_level_debug"] }
|
||||||
tracing-subscriber = { version = "^0.3.16", features = ["env-filter"] }
|
tracing-subscriber = { version = "^0.3.16", features = ["env-filter"] }
|
||||||
|
|
Loading…
Reference in a new issue