Skip to content

Commit f8fc2b9

Browse files
dependabot[bot]ThePuzzlemaker
authored andcommitted
Bump anyhow from 1.0.42 to 1.0.43
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.42 to 1.0.43. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.42...1.0.43) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a59a34d commit f8fc2b9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ dependencies = [
4242

4343
[[package]]
4444
name = "anyhow"
45-
version = "1.0.42"
45+
version = "1.0.43"
4646
source = "registry+https://github.com/rust-lang/crates.io-index"
47-
checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486"
47+
checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf"
4848

4949
[[package]]
5050
name = "arrayvec"

libs/calypso_filety/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
[dependencies]
1313
calypso_base = { path = "../calypso_base", default-features = false, features = ["symbol"] }
1414
calypso_error = { path = "../calypso_error", version = "1.0.2" }
15-
anyhow = "1.0.42"
15+
anyhow = "1.0.43"
1616
serde = { version = "1.0.127", features = ["derive"] }
1717
bincode = "1.3.3"
1818
nom = "6.1.2"

libs/calypso_parsing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ calypso_common = { path = "../calypso_common", version = "0.1.0" }
1818
calypso_ast = { path = "../calypso_ast", version = "0.1.0" }
1919
lazy_static = "1.4.0"
2020
lalrpop-util = "0.19.5"
21-
anyhow = "1.0.42"
21+
anyhow = "1.0.43"
2222
logos = "0.12.0"
2323
itertools = "0.10.1"
2424

0 commit comments

Comments
 (0)