Skip to content

Commit a5298dd

Browse files
committed
Bump dependency versions
1 parent d228799 commit a5298dd

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ path = "src/lib/lib.rs"
1212
[dependencies.openssl]
1313

1414
git = "https://github.com/sfackler/rust-openssl"
15-
rev = "6c8008e9140a59819e268c049c9243ddb480ac24"
15+
rev = "ad915f13ae2ad4217c18328a618ad696fb7014e1"
1616

1717
[dependencies.phf]
1818

1919
git = "https://github.com/sfackler/rust-phf"
20-
rev = "473131ff05b5ea215a3fa336e1c89687a764b727"
20+
rev = "a0ab8d7f517305c77cdb1d51076ff4b3e31923e5"
2121

2222
[dependencies.phf_mac]
2323

2424
git = "https://github.com/sfackler/rust-phf"
25-
rev = "473131ff05b5ea215a3fa336e1c89687a764b727"
25+
rev = "a0ab8d7f517305c77cdb1d51076ff4b3e31923e5"

Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ $(OPENSSL): | $(BUILDDIR)
2424
# Main targets
2525
###############################################################################
2626
POSTGRES_LIB_FILE := src/lib/lib.rs
27-
POSTGRES_LIB := $(foreach file,$(shell $(RUSTC) --crate-file-name $(POSTGRES_LIB_FILE)),$(BUILDDIR)/$(file))
27+
POSTGRES_LIB := $(foreach file,$(shell $(RUSTC) --print-file-name $(POSTGRES_LIB_FILE)),$(BUILDDIR)/$(file))
2828
POSTGRES_TEST_FILE := src/test/test.rs
29-
POSTGRES_TEST := $(BUILDDIR)/$(shell $(RUSTC) --test --crate-file-name $(POSTGRES_TEST_FILE))
29+
POSTGRES_TEST := $(BUILDDIR)/$(shell $(RUSTC) --test --print-file-name $(POSTGRES_TEST_FILE))
3030

3131
POSTGRES_LIB_DEPS := $(BUILDDIR)/postgres.d
3232
POSTGRES_TEST_DEPS := $(BUILDDIR)/postgres_test.d

submodules/rust-openssl

Submodule rust-openssl updated from 6c8008e to ad915f1

submodules/rust-phf

Submodule rust-phf updated from 473131f to a0ab8d7

0 commit comments

Comments
 (0)