diff --git a/Cargo.toml b/Cargo.toml index d47bc038..487cbadb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ archive = ["ciborium"] csl-json = ["citationberg/json"] [dependencies] -citationberg = { git = "https://github.com/typst/citationberg.git", rev = "e3fd3f08e0e16983b7c3514b791b64c704dc2524" } +citationberg = "0.4.0" indexmap = { version = "2.0.2", features = ["serde"] } numerals = "0.1.4" paste = "1.0.14" @@ -28,13 +28,13 @@ unic-langid = { version = "0.9.0", features = ["serde"] } unicode-segmentation = "1.6.0" unscanny = "0.1.0" url = { version = "2.4", features = ["serde"] } -biblatex = { git = "https://github.com/typst/biblatex.git", rev = "06d0c2b10a749fd3b2c799b32077382b796a5609", optional = true } +biblatex = { version = "0.10.0", optional = true } ciborium = { version = "0.2.1", optional = true } clap = { version = "4", optional = true, features = ["cargo"] } strum = { version = "0.26", features = ["derive"], optional = true } [dev-dependencies] -heck = "0.4" +heck = "0.5" serde_json = "1" [[bin]]