diff options
author | Alex <alex@adnab.me> | 2023-08-28 10:13:39 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-08-28 10:13:39 +0000 |
commit | 29353adbe5ad699e5469f5e088d991350905fe06 (patch) | |
tree | dc3e37ea575e9dfdeef5c0d63e9738ae88345647 /src | |
parent | d539a56d3a3f2df5f9e69c7afc3156b698f5183c (diff) | |
parent | 74478443ecc6f5acd4bfb291d7e9407e753559f5 (diff) | |
download | garage-29353adbe5ad699e5469f5e088d991350905fe06.tar.gz garage-29353adbe5ad699e5469f5e088d991350905fe06.zip |
Merge pull request 'cargo: Bump dependencies' (#606) from jpds/garage:cargo-bumps-230801 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/606
Diffstat (limited to 'src')
-rw-r--r-- | src/api/Cargo.toml | 2 | ||||
-rw-r--r-- | src/db/Cargo.toml | 4 | ||||
-rw-r--r-- | src/garage/Cargo.toml | 2 | ||||
-rw-r--r-- | src/rpc/Cargo.toml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/src/api/Cargo.toml b/src/api/Cargo.toml index 3d6b527e..c2155eb9 100644 --- a/src/api/Cargo.toml +++ b/src/api/Cargo.toml @@ -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" diff --git a/src/db/Cargo.toml b/src/db/Cargo.toml index 67a4fd5e..a00a2eed 100644 --- a/src/db/Cargo.toml +++ b/src/db/Cargo.toml @@ -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" diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml index a41faaad..a6187729 100644 --- a/src/garage/Cargo.toml +++ b/src/garage/Cargo.toml @@ -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" diff --git a/src/rpc/Cargo.toml b/src/rpc/Cargo.toml index f0fde7a7..25ed839d 100644 --- a/src/rpc/Cargo.toml +++ b/src/rpc/Cargo.toml @@ -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" |