chore(deps): Bump either from 1.8.0 to 1.8.1 (#6724)
Bumps [either](https://github.com/bluss/either) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/bluss/either/releases) - [Commits](https://github.com/bluss/either/compare/1.8.0...1.8.1) --- updated-dependencies: - dependency-name: either 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> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/24376/head
parent
c78088b043
commit
13fc93a1b2
|
@ -1651,9 +1651,9 @@ checksum = "03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0"
|
|||
|
||||
[[package]]
|
||||
name = "either"
|
||||
version = "1.8.0"
|
||||
version = "1.8.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
||||
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
||||
|
||||
[[package]]
|
||||
name = "encode_unicode"
|
||||
|
|
|
@ -11,7 +11,7 @@ publish = false
|
|||
|
||||
[dependencies]
|
||||
sqlx = { version = "0.6.1", features = ["runtime-tokio-rustls", "postgres", "json", "tls"] }
|
||||
either = "1.7.0"
|
||||
either = "1.8.1"
|
||||
tokio = { version = "1.24", features = ["rt-multi-thread", "macros", "parking_lot"] }
|
||||
futures = "0.3"
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
|
|
Loading…
Reference in New Issue