Skip to content

Commit 2f857f0

Browse files
committed
python: update deps
1 parent 9018e04 commit 2f857f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ mflow = ["microvmi/mflow"]
2828

2929
[dependencies]
3030
log = "0.4"
31-
env_logger = "0.9.0"
32-
thiserror = "1.0"
31+
env_logger = "0.11.6"
32+
thiserror = "2.0.11"
3333
microvmi = { path = "../" }
3434

3535
[dependencies.pyo3]
36-
version = "0.14.5"
36+
version = "0.23.5"
3737
features = ["extension-module"]
3838

3939
[package.metadata.release]

0 commit comments

Comments
 (0)