Merge pull request #4120 from deltachat/dependabot/cargo/human-panic-1.1.1

This commit is contained in:
dependabot[bot]
2023-03-02 10:33:08 +00:00
committed by GitHub

27
Cargo.lock generated
View File

@@ -589,9 +589,9 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]] [[package]]
name = "concolor" name = "concolor"
version = "0.0.11" version = "0.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "318d6c16e73b3a900eb212ad6a82fc7d298c5ab8184c7a9998646455bc474a16" checksum = "f7b3e3c41e9488eeda196b6806dbf487742107d61b2e16485bcca6c25ed5755b"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"concolor-query", "concolor-query",
@@ -964,7 +964,7 @@ dependencies = [
"tokio-io-timeout", "tokio-io-timeout",
"tokio-stream", "tokio-stream",
"tokio-tar", "tokio-tar",
"toml 0.7.2", "toml",
"trust-dns-resolver", "trust-dns-resolver",
"url", "url",
"uuid 1.3.0", "uuid 1.3.0",
@@ -1781,9 +1781,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]] [[package]]
name = "human-panic" name = "human-panic"
version = "1.1.0" version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87eb03e654582b31967d414b86711a7bbd7c6b28a6b7d32857b7d1d45c0926f9" checksum = "86d13dc3bae03e53a5e81a3944773631df2c5a33c060e195c1f7bf3fd0d2a696"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"concolor", "concolor",
@@ -1791,8 +1791,8 @@ dependencies = [
"serde", "serde",
"serde_derive", "serde_derive",
"termcolor", "termcolor",
"toml 0.5.11", "toml",
"uuid 0.8.2", "uuid 1.3.0",
] ]
[[package]] [[package]]
@@ -2470,9 +2470,9 @@ dependencies = [
[[package]] [[package]]
name = "os_info" name = "os_info"
version = "2.0.8" version = "3.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc1b4330bb29087e791ae2a5cf56be64fb8946a4ff5aec2ba11c6ca51f5d60" checksum = "5c424bc68d15e0778838ac013b5b3449544d8133633d8016319e7e05a820b8c0"
dependencies = [ dependencies = [
"log", "log",
"serde", "serde",
@@ -3645,15 +3645,6 @@ dependencies = [
"tracing", "tracing",
] ]
[[package]]
name = "toml"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
[[package]] [[package]]
name = "toml" name = "toml"
version = "0.7.2" version = "0.7.2"