Skip to content

Commit

Permalink
Upgrade cargo_toml to 0.19.2 (coral-xyz#2859)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto authored Mar 20, 2024
1 parent cc15435 commit b83d5fd
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 6 deletions.
31 changes: 28 additions & 3 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 avm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/anchor/main.rs"
[dependencies]
anyhow = "1.0.32"
cfg-if = "1.0.0"
cargo_toml = "0.15.3"
cargo_toml = "0.19.2"
clap = { version = "4.2.4", features = ["derive"] }
dirs = "4.0.0"
once_cell = "1.8.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ anchor-lang = { path = "../lang", version = "0.29.0" }
anyhow = "1.0.32"
base64 = "0.21"
bincode = "1.3.3"
cargo_toml = "0.15.3"
cargo_toml = "0.19.2"
chrono = "0.4.19"
clap = { version = "4.2.4", features = ["derive"] }
dirs = "4.0"
Expand Down
2 changes: 1 addition & 1 deletion lang/syn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ syn = { version = "1", features = ["full", "extra-traits", "parsing"] }
thiserror = "1"

# `idl-build` feature only
cargo_toml = { version = "0.15", optional = true }
cargo_toml = { version = "0.19", optional = true }

0 comments on commit b83d5fd

Please sign in to comment.