Skip to content

Commit

Permalink
chore: update data-url to 0.2 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Oct 24, 2022
1 parent f8cdf0f commit 4a1e910
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 22 deletions.
19 changes: 2 additions & 17 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name = "deno_graph"
[dependencies]
anyhow = "1.0.43"
cfg-if = "1.0.0"
data-url = "0.1.0"
data-url = "0.2.0"
futures = "0.3.17"
js-sys = { version = "0.3.55", optional = true }
lazy_static = "1.4.0"
Expand Down
8 changes: 4 additions & 4 deletions lib/deno_graph.generated.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @generated file from wasmbuild -- do not edit
// deno-lint-ignore-file
// deno-fmt-ignore-file
// source-hash: 85a944e014c5c97d643337b653378132f6586bc2
// source-hash: 8f8ebf7dd69b3fc3bf78160837a8fa8b392a02f1
let wasm;

import * as import0 from "./snippets/deno_graph-d0606336e35f9940/src/deno_apis.js";
Expand Down Expand Up @@ -204,7 +204,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
}
function __wbg_adapter_20(arg0, arg1, arg2) {
wasm
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__headbbac95d682cf7(
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf6f7add4a60e0cb3(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -388,7 +388,7 @@ function handleError(f, args) {
}
}
function __wbg_adapter_69(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__hd8e3bbd737cb4e88(
wasm.wasm_bindgen__convert__closures__invoke2_mut__h697d1f893001fb37(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -847,7 +847,7 @@ const imports = {
__wbindgen_throw: function (arg0, arg1) {
throw new Error(getStringFromWasm0(arg0, arg1));
},
__wbindgen_closure_wrapper1866: function (arg0, arg1, arg2) {
__wbindgen_closure_wrapper1864: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 288, __wbg_adapter_20);
return addHeapObject(ret);
},
Expand Down
Binary file modified lib/deno_graph_bg.wasm
Binary file not shown.

0 comments on commit 4a1e910

Please sign in to comment.