Skip to content

Commit d010def

Browse files
paolobarboliniLukaOber
authored andcommitted
build(deps): upgrade deno_core to v0.354 and serde_v8 to v0.263
1 parent a73ec71 commit d010def

File tree

2 files changed

+31
-20
lines changed

2 files changed

+31
-20
lines changed

Cargo.lock

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

charming/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ rust-version = "1.85"
1414

1515
[dependencies]
1616
charming_macros = { path = "../charming_macros", version = "0.1" }
17-
deno_core = { version = "0.351", optional = true }
17+
deno_core = { version = "0.354", optional = true }
1818
handlebars = { version = "6.0", optional = true }
1919
image = { version = "0.25", optional = true }
2020
resvg = { version = "0.45", features = ["text"], optional = true }
2121
serde = { version = "1.0", features = ["derive"] }
2222
serde-wasm-bindgen = { version = "0.6", optional = true }
2323
serde_json = "1.0"
24-
serde_v8 = { version = "0.260", optional = true }
24+
serde_v8 = { version = "0.263", optional = true }
2525
serde_with = "3.11.0"
2626
wasm-bindgen = { version = "0.2", optional = true }
2727
js-sys = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)