chore(core): updated dependency

This commit is contained in:
TotallyNot 2025-04-24 23:45:49 +02:00
parent e5e5d327a2
commit 5ae490c756
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1209,7 +1209,7 @@ dependencies = [
[[package]] [[package]]
name = "torn-api" name = "torn-api"
version = "1.0.0" version = "1.0.1"
dependencies = [ dependencies = [
"bon", "bon",
"bytes", "bytes",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "torn-api" name = "torn-api"
version = "1.0.0" version = "1.0.1"
edition = "2024" edition = "2024"
description = "Auto-generated bindings for the v2 torn api" description = "Auto-generated bindings for the v2 torn api"
license-file = { workspace = true } license-file = { workspace = true }
@ -25,7 +25,7 @@ thiserror = "2"
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }
[build-dependencies] [build-dependencies]
torn-api-codegen = { path = "../torn-api-codegen", version = "0.1" } torn-api-codegen = { path = "../torn-api-codegen", version = "0.1.1" }
syn = { workspace = true, features = ["parsing"] } syn = { workspace = true, features = ["parsing"] }
proc-macro2 = { workspace = true } proc-macro2 = { workspace = true }
prettyplease = "0.2" prettyplease = "0.2"