bump versions

This commit is contained in:
rustmailer
2025-11-30 05:53:39 +08:00
parent 82397ab0cd
commit 34ec3a7d5b
2 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "bichon"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
[[bin]]
@@ -39,9 +39,9 @@ ring = { version = "0.17.14", features = ["std"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
tokio = { version = "1.48.0", features = ["full"] }
tracing = "0.1.41"
tracing = "0.1.43"
tracing-appender = "0.2.3"
tracing-subscriber = { version = "0.3.20", features = ["env-filter", "json"] }
tracing-subscriber = { version = "0.3.22", features = ["env-filter", "json"] }
base64 = "0.22.1"
snafu = "0.8.9"
reqwest = { version = "0.12.24", default-features = false, features = [
@@ -83,7 +83,7 @@ async-imap = { version = "0.11.1", default-features = false, features = [
] }
webpki-roots = "1.0.4"
rustls = { version = "0.23.35", default-features = false, features = ["ring"] }
rustls-pki-types = "1.13.0"
rustls-pki-types = "1.13.1"
tokio-io-timeout = "1.2.1"
bb8 = "0.9.1"
semver = "1.0.27"