chore: bump tetratto-shared
This commit is contained in:
parent
9778230e3f
commit
d612859c4b
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2467,9 +2467,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tetratto-shared"
|
name = "tetratto-shared"
|
||||||
version = "12.0.0"
|
version = "12.0.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "51ac2f0fdf85df07c7ef1857572a5b79566485271a5b2da6384f3324ff33b9e5"
|
checksum = "2e4b6be9204d2319335f4bf10f19f5b736b7763ab0a35f862f6a09a84ce68605"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ammonia",
|
"ammonia",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
|
@ -9,7 +9,7 @@ homepage = "https://tetratto.com"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tetratto-core = "12.0.0"
|
tetratto-core = "12.0.0"
|
||||||
tetratto-shared = "12.0.0"
|
tetratto-shared = "12.0.1"
|
||||||
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }
|
||||||
pathbufd = "0.1.4"
|
pathbufd = "0.1.4"
|
||||||
serde = { version = "1.0.219", features = ["derive"] }
|
serde = { version = "1.0.219", features = ["derive"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue