We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0b785 commit f25c8e1Copy full SHA for f25c8e1
1 file changed
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "silvus"
3
version = "0.0.2"
4
-edition = "2021"
+edition = "2024"
5
authors = ["anesthetice"]
6
7
[dependencies]
@@ -14,7 +14,7 @@ ijson = { version = "0.1" }
14
indoc = { version = "2.0" }
15
itertools = { version = "0.14" }
16
once_cell = { version = "1.20" }
17
-regex = { version = "1.10" }
+regex = { version = "1.11" }
18
reqwest = { version = "0.12" }
19
serde = { version = "1.0", features = ["derive"] }
20
serde_json = { version = "1.0" }
0 commit comments