Skip to content

Commit 4e7c1d9

Browse files
committed
chore(agent): update rust dependencies
1 parent f0571fe commit 4e7c1d9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ dot = ["dep:dot_graph"]
2929
wasmbind = []
3030

3131
[target.'cfg(target_arch = "wasm32")'.dependencies]
32-
chrono = { version = "0.4.43", features = ["serde", "wasmbind"] }
33-
futures-util = { version = "0.3.31", default-features = false }
34-
getrandom = { version = "0.4.1", features = ["wasm_js"] }
32+
chrono = { version = "0.4.44", features = ["serde", "wasmbind"] }
33+
futures-util = { version = "0.3.32", default-features = false }
34+
getrandom = { version = "0.4.2", features = ["wasm_js"] }
3535
log = "0.4.29"
3636
serde = { version = "1.0.228", features = ["derive"] }
3737
serde_json = "1.0.149"
38-
wasm-bindgen = "0.2.108"
38+
wasm-bindgen = "0.2.114"
3939
wasm-logger = "0.2.0"
4040

4141
[dependencies]
4242
brotli = { version = "8.0.2", optional = true }
43-
chrono = { version = "0.4.43", features = ["serde"] }
43+
chrono = { version = "0.4.44", features = ["serde"] }
4444
cidr = { version = "0.3.2", features = ["serde"] }
4545
dot_graph = { version = "0.2.3", optional = true }
4646
flate2 = { version = "1.1.9", optional = true }
@@ -50,7 +50,7 @@ lazy_static = "1.5.0"
5050
linked_hash_set = { version = "0.1.6", features = ["serde"] }
5151
linked-hash-map = "0.5.6"
5252
log = { version = "0.4.29", features = ["std"] }
53-
lol_html = "2.7.1"
53+
lol_html = "2.7.2"
5454
percent-encoding = "2.3.2"
5555
rand = "0.10.0"
5656
regex = "1.12.3"
@@ -81,7 +81,7 @@ name = "test_examples_benchmark"
8181
harness = false
8282

8383
[dependencies.web-sys]
84-
version = "0.3.85"
84+
version = "0.3.91"
8585
features = [
8686
"console",
8787
]

0 commit comments

Comments
 (0)