Skip to content

Commit cb8fdcf

Browse files
deps: bump either from 1.13.0 to 1.14.0 (#395)
2 parents e02166e + 6f75e07 commit cb8fdcf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -30,7 +30,7 @@ bytes = "1.10.0"
3030
cid = "0.11.1"
3131
chrono = { version = "0.4.39" }
3232
clap = { version = "4.5.30", features = ["derive"] }
33-
either = { version = "1.13.0" }
33+
either = { version = "1.14.0" }
3434
fs2 = "0.4.3"
3535
futures = { version = "0.3.31" }
3636
futures-timeout = "0.1.0"

unixfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ multihash = "0.19.3"
1818
multihash-codetable = { version = "0.1.4", default-features = false, features = ["std", "sha2"] }
1919
multihash-derive = "0.9.1"
2020

21-
either = { default-features = false, version = "1.13.0" }
21+
either = { default-features = false, version = "1.14.0" }
2222
filetime = { optional = true, version = "0.2.25" }
2323
quick-protobuf = { version = "0.8.1" }
2424
sha2 = { default-features = false, version = "0.10.2" }

0 commit comments

Comments
 (0)