Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cfc0679

Browse filesBrowse files
Merge pull request theseus-rs#84 from theseus-rs/unpin-dependencies
build: unpin dependencies
2 parents 21efec7 + 9f7a874 commit cfc0679
Copy full SHA for cfc0679

File tree

Expand file treeCollapse file tree

2 files changed

+46
-46
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+46
-46
lines changed

‎Cargo.lock

Copy file name to clipboardExpand all lines: Cargo.lock
+18-18Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Copy file name to clipboardExpand all lines: Cargo.toml
+28-28Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -13,34 +13,34 @@ repository = "https://github.com/theseus-rs/postgresql-embedded"
1313
version = "0.12.0"
1414

1515
[workspace.dependencies]
16-
anyhow = "=1.0.86"
17-
async-trait = "=0.1.80"
18-
bytes = "=1.6.0"
19-
criterion = "=0.5.1"
20-
flate2 = "=1.0.30"
21-
hex = "=0.4.3"
22-
home = "=0.5.9"
23-
http = "=1.1.0"
24-
human_bytes = { version = "=0.4.3", default-features = false }
25-
lazy_static = "=1.5.0"
26-
num-format = "=0.4.4"
27-
rand = "=0.8.5"
28-
regex = "=1.10.5"
29-
reqwest = { version = "=0.12.5", default-features = false }
30-
reqwest-middleware = "=0.3.1"
31-
reqwest-retry = "=0.5.0"
32-
reqwest-tracing = "=0.5.0"
33-
serde = "=1.0.203"
34-
serde_json = "=1.0.117"
35-
sha2 = "=0.10.8"
36-
tar = "=0.4.41"
37-
target-triple = "=0.1.3"
38-
test-log = "=0.2.16"
39-
tempfile = "=3.10.1"
40-
thiserror = "=1.0.61"
41-
tokio = "=1.38.0"
42-
tracing = "=0.1.40"
43-
url = "=2.5.2"
16+
anyhow = "1.0.86"
17+
async-trait = "0.1.80"
18+
bytes = "1.6.0"
19+
criterion = "0.5.1"
20+
flate2 = "1.0.30"
21+
hex = "0.4.3"
22+
home = "0.5.9"
23+
http = "1.1.0"
24+
human_bytes = { version = "0.4.3", default-features = false }
25+
lazy_static = "1.5.0"
26+
num-format = "0.4.4"
27+
rand = "0.8.5"
28+
regex = "1.10.5"
29+
reqwest = { version = "0.12.5", default-features = false }
30+
reqwest-middleware = "0.3.1"
31+
reqwest-retry = "0.5.0"
32+
reqwest-tracing = "0.5.0"
33+
serde = "1.0.203"
34+
serde_json = "1.0.118"
35+
sha2 = "0.10.8"
36+
tar = "0.4.41"
37+
target-triple = "0.1.3"
38+
test-log = "0.2.16"
39+
tempfile = "3.10.1"
40+
thiserror = "1.0.61"
41+
tokio = "1.38.0"
42+
tracing = "0.1.40"
43+
url = "2.5.2"
4444

4545
[workspace.metadata.release]
4646
shared-version = true

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.