Compare commits

...

5 commits

Author SHA1 Message Date
Jonathan Davies 2b1e66afc8 cargo: Updated gethostname v0.2.3 -> v0.4.3.
Some checks failed
continuous-integration/drone/pr Build is failing
2023-08-27 19:20:38 +01:00
Jonathan Davies e306af6414 cargo: Updated pretty_env_logger v0.4.0 -> v0.5.0. 2023-08-27 19:20:38 +01:00
Jonathan Davies 5fccab5a48 garage/api: cargo: Updated idna dependency to 0.4. 2023-08-27 19:20:38 +01:00
Jonathan Davies 3c9f4d5519 garage/db: cargo: Updated rusqlite to 0.29. 2023-08-27 19:20:38 +01:00
Jonathan Davies 1f1a8fa428 cargo: Updated:
* addr2line v0.19.0 -> v0.20.0
 * async-compression v0.4.0 -> v0.4.1
 * clap v4.3.8 -> v4.3.19
 * hyper v0.14.26 -> v0.14.27
 * ipnet v2.7.2 -> v2.8.0
 * rmp v0.8.11 -> v0.8.12
 * serde v1.0.164 -> v1.0.188
 * tokio v1.29.0 -> v1.31.0
 * zstd v0.12.3+zstd.1.5.2 -> v0.12.4
 * Others in `cargo update`
2023-08-27 19:20:33 +01:00
5 changed files with 310 additions and 388 deletions

688
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -28,7 +28,7 @@ crypto-common = "0.1"
err-derive = "0.3"
hex = "0.4"
hmac = "0.12"
idna = "0.3"
idna = "0.4"
tracing = "0.1"
md-5 = "0.10"
nom = "7.1"

View file

@ -22,12 +22,12 @@ hexdump = "0.1"
tracing = "0.1"
heed = { version = "0.11", default-features = false, features = ["lmdb"], optional = true }
rusqlite = { version = "0.28", optional = true }
rusqlite = { version = "0.29", optional = true }
sled = { version = "0.34", optional = true }
# cli deps
clap = { version = "4.1", optional = true, features = ["derive", "env"] }
pretty_env_logger = { version = "0.4", optional = true }
pretty_env_logger = { version = "0.5", optional = true }
[dev-dependencies]
mktemp = "0.5"

View file

@ -33,7 +33,7 @@ garage_web.workspace = true
backtrace = "0.3"
bytes = "1.0"
bytesize = "1.1"
bytesize = "1.2"
timeago = { version = "0.4", default-features = false }
parse_duration = "2.1"
hex = "0.4"

View file

@ -18,7 +18,7 @@ garage_util.workspace = true
arc-swap = "1.0"
bytes = "1.0"
gethostname = "0.2"
gethostname = "0.4"
hex = "0.4"
tracing = "0.1"
rand = "0.8"