Skip to content

Commit

Permalink
Update snafu to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkirch committed Dec 19, 2019
1 parent bdc2cd4 commit e74ca7c
Show file tree
Hide file tree
Showing 24 changed files with 67 additions and 46 deletions.
67 changes: 44 additions & 23 deletions workspaces/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion workspaces/api/apiclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ futures = "0.1"
http = "0.1"
hyper = "0.12"
hyperlocal = "0.6"
snafu = "0.5"
snafu = "0.6"
tokio = "0.1"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion workspaces/api/apiserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ percent-encoding = "2.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simplelog = "0.7"
snafu = "0.5"
snafu = "0.6"
systemd = { version = "0.4.0", default-features = false, features = [], optional = true }
walkdir = "2.2"

Expand Down
2 changes: 1 addition & 1 deletion workspaces/api/data_store_version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ regex = "1.1"
serde = { version = "1.0", features = ["derive"] }
serde_plain = "0.3.0"

snafu = "0.5"
snafu = "0.6"

[build-dependencies]
cargo-readme = "3.1"
2 changes: 1 addition & 1 deletion workspaces/api/host-containers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ models = { path = "../../models" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
simplelog = "0.7"
snafu = "0.5"
snafu = "0.6"

[build-dependencies]
cargo-readme = "3.1"
2 changes: 1 addition & 1 deletion workspaces/api/migration/migration-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ publish = false

[dependencies]
apiserver = { path = "../../apiserver" }
snafu = "0.5"
snafu = "0.6"
toml = "0.5"
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish = false
[dependencies]
migration-helpers = { path = "../../../migration-helpers" }
serde_json = "1.0"
snafu = "0.5"
snafu = "0.6"
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish = false
[dependencies]
migration-helpers = { path = "../../../migration-helpers" }
serde_json = "1.0"
snafu = "0.5"
snafu = "0.6"
2 changes: 1 addition & 1 deletion workspaces/api/migration/migrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nix = "0.15"
rand = { version = "0.7", default-features = false, features = ["std"] }
regex = "1.1"
simplelog = "0.7"
snafu = "0.5"
snafu = "0.6"

[build-dependencies]
cargo-readme = "3.1"
Expand Down
2 changes: 1 addition & 1 deletion workspaces/api/moondog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ reqwest = { version = "0.9", default-features = false, features = [] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
simplelog = "0.7"
snafu = "0.5"
snafu = "0.6"
toml = "0.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion workspaces/api/netdog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rand = { version = "0.7", default-features = false, features = ["std"] }
regex = "1.1"
serde = { version = "1.0", features = ["derive"] }
serde_plain = "0.3.0"
snafu = "0.5"
snafu = "0.6"

[build-dependencies]
cargo-readme = "3.1"
2 changes: 1 addition & 1 deletion workspaces/api/pluto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build = "build.rs"
[dependencies]
reqwest = { version = "0.9", default-features = false, features = []}
serde_json = "1"
snafu = "0.5"
snafu = "0.6"

[build-dependencies]
cargo-readme = "3.1"
2 changes: 1 addition & 1 deletion workspaces/api/servicedog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ models = { path = "../../models" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
simplelog = "0.7"
snafu = "0.5"
snafu = "0.6"

[build-dependencies]
cargo-readme = "3.1"
2 changes: 1 addition & 1 deletion workspaces/api/settings-committer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build = "build.rs"

[dependencies]
apiclient = { path = "../apiclient" }
snafu = "0.5"
snafu = "0.6"
http = "0.1"
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion workspaces/api/storewolf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ log = "0.4"
models = { path = "../../models" }
rand = { version = "0.7", default-features = false, features = ["std"] }
simplelog = "0.7"
snafu = "0.5"
snafu = "0.6"
toml = "0.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion workspaces/api/sundog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ models = { path = "../../models" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
simplelog = "0.7"
snafu = "0.5"
snafu = "0.6"

[build-dependencies]
cargo-readme = "3.1"
2 changes: 1 addition & 1 deletion workspaces/api/thar-be-settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ models = { path = "../../models" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
simplelog = "0.7"
snafu = "0.5"
snafu = "0.6"

[build-dependencies]
cargo-readme = "3.1"
Expand Down
2 changes: 1 addition & 1 deletion workspaces/growpart/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
gptman = { version = "0.5.0", default-features = false }
snafu = "0.5"
snafu = "0.6"
libc = "0.2"
block-party = { path = "../updater/block-party" }

Expand Down
Loading

0 comments on commit e74ca7c

Please sign in to comment.