Skip to content

Commit 232567f

Browse files
authored
Merge pull request #702 from lann/use-patched-bindle
Temporarily use forked bindle
2 parents d81a37b + 1911973 commit 232567f

File tree

6 files changed

+51
-9
lines changed

6 files changed

+51
-9
lines changed

Cargo.lock

Lines changed: 46 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [ "Fermyon Engineering <engineering@fermyon.com>" ]
88
anyhow = "1.0"
99
async-trait = "0.1"
1010
atty = "0.2"
11-
bindle = { version = "0.8.0", default-features = false, features = ["client"] }
11+
bindle = { git = "https://github.com/fermyon/bindle", tag = "v0.8.1", default-features = false, features = ["client"] }
1212
bytes = "1.1"
1313
clap = { version = "3.1.15", features = ["derive", "env"] }
1414
comfy-table = "5.0"

crates/http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ futures-util = "0.3.8"
1919
http = "0.2"
2020
hyper = { version = "0.14", features = ["full"] }
2121
hyper-rustls = { version = "0.23.0" }
22-
indexmap = "1.6"
22+
indexmap = "1"
2323
serde = { version = "1.0", features = ["derive"] }
2424
spin-manifest = { path = "../manifest" }
2525
spin-engine = { path = "../engine" }

crates/loader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [ "Fermyon Engineering <engineering@fermyon.com>" ]
77
[dependencies]
88
anyhow = "1"
99
async-trait = "0.1.52"
10-
bindle = { version = "0.8.0", default-features = false, features = ["client"] }
10+
bindle = { git = "https://github.com/fermyon/bindle", tag = "v0.8.1", default-features = false, features = ["client"] }
1111
bytes = "1.1.0"
1212
dirs = "4.0"
1313
fs_extra = "1.2.0"

crates/manifest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [ "Fermyon Engineering <engineering@fermyon.com>" ]
66

77
[dependencies]
88
anyhow = "1.0"
9-
indexmap = "1.6"
9+
indexmap = "1"
1010
serde = { version = "1.0", features = [ "derive" ] }
1111
spin-config = { path = "../config" }
1212
thiserror = "1"

crates/publish/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [ "Fermyon Engineering <engineering@fermyon.com>" ]
77
[dependencies]
88
anyhow = "1.0"
99
async-trait = "0.1.52"
10-
bindle = { version = "0.8.0", default-features = false, features = ["client"] }
10+
bindle = { git = "https://github.com/fermyon/bindle", tag = "v0.8.1", default-features = false, features = ["client"] }
1111
dunce = "1.0"
1212
futures = "0.3.14"
1313
itertools = "0.10.3"

0 commit comments

Comments
 (0)