Skip to content

Commit

Permalink
fix(deno-client): pg 0.16.1 -> 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Nov 26, 2022
1 parent 6d134ce commit ac6454b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno-client/pg.ts
@@ -1,4 +1,4 @@
import { Client } from "https://deno.land/x/postgres@v0.16.1/mod.ts"
import { Client } from "https://deno.land/x/postgres@v0.17.0/mod.ts"
import { type Resource } from "./mod.ts"

/**
Expand Down

0 comments on commit ac6454b

Please sign in to comment.