Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
[meta] update camino to 1.0.3
Browse files Browse the repository at this point in the history
New impls.
  • Loading branch information
sunshowers committed Mar 11, 2021
1 parent b171edb commit 0a3cb8e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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 cargo-guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"

[dependencies]
anyhow = "1.0.38"
camino = "1.0.2"
camino = "1.0.3"
clap = "2.33.3"
dialoguer = "0.7.1"
guppy = { version = "0.8.0", path = "../guppy", features = ["summaries"] }
Expand Down
2 changes: 1 addition & 1 deletion fixtures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false
edition = "2018"

[dependencies]
camino = "1.0.2"
camino = "1.0.3"
guppy = { path = "../guppy" }
once_cell = "1.7.2"
pathdiff = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion guppy-summaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = [
]

[dependencies]
camino = { version = "1.0.2", features = ["serde1"] }
camino = { version = "1.0.3", features = ["serde1"] }
cfg-if = "1.0.0"
diffus = "0.9.1"
toml = "0.5.8"
Expand Down
2 changes: 1 addition & 1 deletion guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ all-features = true
maintenance = { status = "actively-developed" }

[dependencies]
camino = "1.0.2"
camino = "1.0.3"
cargo_metadata = "0.13.1"
guppy-summaries = { version = "0.4.0", path = "../guppy-summaries", optional = true }
fixedbitset = { version = "0.2.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion tools/determinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include = [
]

[dependencies]
camino = "1.0.2"
camino = "1.0.3"
globset = "0.4.6"
guppy = { version = "0.8.0", path = "../../guppy", features = ["rayon1", "summaries"] }
itertools = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion tools/hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ all-features = true

[dependencies]
atomicwrites = "0.3.0"
camino = "1.0.2"
camino = "1.0.3"
cfg-if = "1.0.0"
diffy = "0.2.1"
guppy = { version = "0.8.0", path = "../../guppy", features = ["rayon1"] }
Expand Down

0 comments on commit 0a3cb8e

Please sign in to comment.