Skip to content

Commit 9006dff

Browse files
dependabot[bot]neuronull
authored andcommitted
chore(deps): Bump gloo-utils from 0.1.7 to 0.2.0 (#18227)
Bumps [gloo-utils](https://github.com/rustwasm/gloo) from 0.1.7 to 0.2.0. - [Release notes](https://github.com/rustwasm/gloo/releases) - [Changelog](https://github.com/rustwasm/gloo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustwasm/gloo/commits/0.2.0) --- updated-dependencies: - dependency-name: gloo-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58d73b9 commit 9006dff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/vector-vrl/web-playground/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ wasm-bindgen = "0.2"
1313
vrl.workspace = true
1414
serde = { version = "1.0", features = ["derive"] }
1515
serde-wasm-bindgen = "0.5"
16-
gloo-utils = { version = "0.1", features = ["serde"] }
16+
gloo-utils = { version = "0.2", features = ["serde"] }
1717
getrandom = { version = "0.2", features = ["js"] }
1818
vector-vrl-functions = { path = "../functions" }
1919
enrichment = { path = "../../enrichment" }

0 commit comments

Comments
 (0)