mirror of
https://github.com/aljazceru/pubky-core.git
synced 2025-12-31 12:54:35 +01:00
chore: Release
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -2204,7 +2204,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pubky-common"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"argon2",
|
||||
"base32",
|
||||
|
||||
@@ -20,7 +20,7 @@ anyhow = "1.0.94"
|
||||
base64 = "0.22.1"
|
||||
clap = { version = "4.5.23", features = ["derive"] }
|
||||
pubky = { path = "../pubky" }
|
||||
pubky-common = { version = "0.1.0", path = "../pubky-common" }
|
||||
pubky-common = { version = "0.2.0", path = "../pubky-common" }
|
||||
reqwest = "0.12.9"
|
||||
rpassword = "7.3.1"
|
||||
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pubky-common"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
authors = ["Nuh <nuh@nuh.dev>"]
|
||||
description = "Types and struct in common between Pubky client and homeserver"
|
||||
|
||||
@@ -18,7 +18,7 @@ hex = "0.4.3"
|
||||
httpdate = "1.0.3"
|
||||
postcard = { version = "1.1.1", features = ["alloc"] }
|
||||
pkarr = { version = "3.0.0", features = ["dht", "lmdb-cache", "tls"] }
|
||||
pubky-common = { version = "0.1.0", path = "../pubky-common" }
|
||||
pubky-common = { version = "0.2.0", path = "../pubky-common" }
|
||||
serde = { version = "1.0.216", features = ["derive"] }
|
||||
tokio = { version = "1.42.0", features = ["full"] }
|
||||
toml = "0.8.19"
|
||||
|
||||
@@ -19,7 +19,7 @@ base64 = "0.22.1"
|
||||
|
||||
pkarr = { version = "3.0.0", features = ["full"] }
|
||||
mainline = "5.0.0-rc.1"
|
||||
pubky-common = { version = "0.1.0", path = "../pubky-common" }
|
||||
pubky-common = { version = "0.2.0", path = "../pubky-common" }
|
||||
cookie = "0.18.1"
|
||||
tracing = "0.1.41"
|
||||
cookie_store = { version = "0.21.1", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user