aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-13 08:49:29 -0500
committerGitHub <noreply@github.com>2022-01-13 08:49:29 -0500
commitb0e2ed1da896b62c792709c2b242a64679291425 (patch)
tree7bf286b8633a606a6a5e1208b391a886e159d592 /lib
parent8e1f4c9c105457a6136c3a70c530e6dbaa5aed20 (diff)
downloadxesite-b0e2ed1da896b62c792709c2b242a64679291425.tar.xz
xesite-b0e2ed1da896b62c792709c2b242a64679291425.zip
build(deps): bump color-eyre from 0.5.11 to 0.6.0 (#428)
Bumps [color-eyre](https://github.com/yaahc/color-eyre) from 0.5.11 to 0.6.0. - [Release notes](https://github.com/yaahc/color-eyre/releases) - [Changelog](https://github.com/yaahc/color-eyre/blob/master/CHANGELOG.md) - [Commits](https://github.com/yaahc/color-eyre/compare/v0.5.11...v0.6.0) --- updated-dependencies: - dependency-name: color-eyre dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/mi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mi/Cargo.toml b/lib/mi/Cargo.toml
index ffc8d95..edb3647 100644
--- a/lib/mi/Cargo.toml
+++ b/lib/mi/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
-color-eyre = "0.5"
+color-eyre = "0.6"
reqwest = { version = "0.11", features = ["json"] }
serde_json = "1.0"
serde = { version = "1", features = ["derive"] }