Skip to content

Commit 604762b

Browse files
Update phf requirement from 0.11 to 0.12
Updates the requirements on [phf](https://github.com/rust-phf/rust-phf) to permit the latest version. - [Release notes](https://github.com/rust-phf/rust-phf/releases) - [Changelog](https://github.com/rust-phf/rust-phf/blob/master/RELEASE_PROCESS.md) - [Commits](rust-phf/rust-phf@phf-v0.11.1...v0.12.1) --- updated-dependencies: - dependency-name: phf dependency-version: 0.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e1cd6be commit 604762b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ log = "0.4"
5757
parking_lot = "0.12"
5858
percent-encoding = "2.0"
5959
pin-project-lite = "0.2"
60-
phf = "0.11"
60+
phf = "0.12"
6161
postgres-protocol = { version = "0.6.8", path = "../postgres-protocol" }
6262
postgres-types = { version = "0.2.9", path = "../postgres-types" }
6363
tokio = { version = "1.27", features = ["io-util"] }

0 commit comments

Comments
 (0)