Skip to content

Commit 8f2daf6

Browse files
authored
uprev-deps (#308)
* uprev-deps * cargo update
1 parent ea5c832 commit 8f2daf6

File tree

2 files changed

+87
-73
lines changed

2 files changed

+87
-73
lines changed

Cargo.lock

Lines changed: 78 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ include = [
2626
]
2727

2828
[dependencies]
29-
pyo3 = '0.17.1'
30-
regex = '1.5.5'
31-
strum = { version = '0.24', features = ['derive'] }
32-
strum_macros = '0.24'
33-
serde_json = {version = '1.0.79', features = ['preserve_order']}
29+
pyo3 = '0.17.2'
30+
regex = '1.6.0'
31+
strum = { version = '0.24.1', features = ['derive'] }
32+
strum_macros = '0.24.3'
33+
serde_json = {version = '1.0.87', features = ['preserve_order']}
3434
enum_dispatch = '0.3.8'
35-
serde = '1.0.137'
36-
indexmap = '1.8.1'
37-
mimalloc = { version = '0.1.29', default-features = false, optional = true }
35+
serde = '1.0.147'
36+
indexmap = '1.9.1'
37+
mimalloc = { version = '0.1.30', default-features = false, optional = true }
3838
speedate = '0.7.0'
3939
ahash = '0.8.0'
4040
nohash-hasher = '0.2.0'
@@ -61,4 +61,4 @@ panic = 'abort'
6161
[build-dependencies]
6262
version_check = '0.9.4'
6363
# used where logic has to be version/distrobution specific, e.g. pypy
64-
pyo3-build-config = '0.17.1'
64+
pyo3-build-config = '0.17.2'

0 commit comments

Comments
 (0)