Skip to content

Commit 1e4162f

Browse files
Bump deps
1 parent 0b78ab8 commit 1e4162f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ serde = { version = "1.0.218", features = ["derive"] }
3030
ecow = { version = "0.2.2", features = ["serde"] }
3131
thiserror = { version = "2.0.11" }
3232
maybe-async = { version = "0.2.10" }
33-
governor = "0.8.1"
33+
governor = "0.10.0"
3434
rand = "0.9.0"
3535
getrandom = { version = "0.3", features = ["wasm_js"] }
3636
serde_json = "1.0.139"
@@ -39,7 +39,7 @@ serde_json = "1.0.139"
3939
jiff = { version = "0.2.1", features = ["serde"] }
4040
tokio = { version = "1.43.0", features = ["macros", "test-util", "rt-multi-thread"] }
4141
# Used in examples
42-
axum = "0.8.1"
42+
axum = "0.8.3"
4343
svix = "1.59.2"
4444
http-body-util = "0.1.2"
4545
tokio-shared-rt = "0.1.0"

0 commit comments

Comments
 (0)