diff --git a/postgres-shared/Cargo.toml b/postgres-shared/Cargo.toml index 5881a409..35a674b7 100644 --- a/postgres-shared/Cargo.toml +++ b/postgres-shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "postgres-shared" -version = "0.4.0" +version = "0.4.1" authors = ["Steven Fackler "] license = "MIT" description = "Internal crate used by postgres and postgres-tokio" diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index cc2fb466..38686336 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -68,7 +68,7 @@ schannel = { version = "0.1", optional = true } security-framework = { version = "0.1.2", optional = true } postgres-protocol = { version = "0.3.0", path = "../postgres-protocol" } -postgres-shared = { version = "0.4.0", path = "../postgres-shared" } +postgres-shared = { version = "0.4.1", path = "../postgres-shared" } [dev-dependencies] hex = "0.2"