Skip to content

Commit 01b3dc9

Browse files
committed
Update dependencies
1 parent d15bff6 commit 01b3dc9

File tree

3 files changed

+43
-32
lines changed

3 files changed

+43
-32
lines changed

plutus-ledger-api/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Changelog](https://keepachangelog.com/en/1.1.0).
1212
- Add `insert_ada_mut` to `Value`
1313
- Add `insert_token_mut` to `Value`
1414
- Add `Copy` derive macro to `Extended<T>` and `Vote`
15+
- Update all dependencies (including cardano-serialization-lib 15.0.1)
1516

1617
## v3.0.4
1718

plutus-ledger-api/Cargo.lock

Lines changed: 36 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plutus-ledger-api/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ repository = "https://github.com/mlabs-haskell/plutus-ledger-api-rust"
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
proptest = "^1.7.0"
12+
proptest = "^1.8.0"
1313
lbr-prelude = { version = "0.1.3", optional = true }
14-
serde_json = { version = "1.0.142", optional = true }
14+
serde_json = { version = "1.0.145", optional = true }
1515
num-bigint = "~0.4"
16-
serde = { version = "^1.0.219", features = ["derive"], optional = true }
16+
serde = { version = "^1.0.228", features = ["derive"], optional = true }
1717
data-encoding = "^2.9.0"
1818
thiserror = "^1.0.69"
1919
linked-hash-map = "~0.5.6"
2020
num-traits = "~0.2.19"
2121
impl_ops = "0.1.1"
22-
chrono = { version = "0.4.41", optional = true }
23-
cardano-serialization-lib = "14.1.2"
22+
chrono = { version = "0.4.42", optional = true }
23+
cardano-serialization-lib = "15.0.1"
2424
is-plutus-data-derive = { version = "1.0.0", path = ".extras/is-plutus-data-derive-0" }
25-
anyhow = "1.0.98"
25+
anyhow = "1.0.100"
2626
nom = "7.1.3"
2727

2828
[features]

0 commit comments

Comments
 (0)