Skip to content

Commit

Permalink
up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
OlofBlomqvist committed Jul 17, 2023
1 parent d61e162 commit 6bdbfc7
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 76 deletions.
122 changes: 64 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@ repository = "https://github.com/OlofBlomqvist/marlowe_rust"
license-file = "licence"

[dependencies]
pest_derive = "2.1.0"
pest = { version = "2.1.3", features= ["pretty-print"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = { version = "1.0.81" , features = ["unbounded_depth"] }
pest_derive = "2.7.1"
pest = { version = "2.7.1", features= ["pretty-print"] }
serde = { version = "1.0.171", features = ["derive"] }
serde_json = { version = "1.0.103" , features = ["unbounded_depth"] }
clap = { version = "4.0.19", features = ["derive"] }
# =============================================================
plutus_data = { version = "0.0.5", optional = true }
#plutus_data = { path = "../plutus_data/plutus_data", optional = true }
console_error_panic_hook = { version = "0.1.7", optional = true }
serde_derive = { version = "1.0.144", optional = true }
serde_derive = { version = "1.0.171", optional = true }
#uplc = { git = "https://github.com/txpipe/aiken", optional = true }
hex = { version = "0.4.3", optional = true }
minicbor = { version = "0.19.0", optional = true }
cardano-multiplatform-lib = { version = "3.1.2", optional = true, feature=["wasm"] }
getrandom = { version = "0.2.8", features = ["js"], optional = true}
wasm-bindgen = { version = "0.2.82", optional = true , features=["serde-serialize"]}
web-sys = { version = "0.3.4", features = [ 'console' ], optional = true }
minicbor = { version = "0.19.1", optional = true }
cardano-multiplatform-lib = { version = "3.1.3", optional = true, feature=["wasm"] }
getrandom = { version = "0.2.10", features = ["js"], optional = true}
wasm-bindgen = { version = "0.2.83", optional = true , features=["serde-serialize"]}
web-sys = { version = "0.3.59", features = [ 'console' ], optional = true }
bech32 = "0.9.1"
time = "0.3.17"
chrono = { version = "0.4.23", features = ["wasmbind"] }
time = "0.3.23"
chrono = { version = "0.4.26", features = ["wasmbind"] }
#aiken-lang = "*"
js-sys = { version = "0.3.59", optional=true}
serde_stacker = {version= "0.1.7"}
proc-macro2 = "1.0.63"
serde_stacker = {version= "0.1.10"}
proc-macro2 = "1.0.66"

[features]
default = ["utils"]
Expand Down
Loading

0 comments on commit 6bdbfc7

Please sign in to comment.