Skip to content

Commit

Permalink
Bump maxminddb to v0.24.0 and env_logger to 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Oct 23, 2024
1 parent 3d1ed30 commit 1812417
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dirs = "5.0.1"
futures-util = { workspace = true }
hyper = { version = "1.4.1", features = ["server", "http1"] }
interprocess = { version = "2.2.1", features = ["tokio"] }
maxminddb = "0.23.0"
maxminddb = "0.24.0"
metrics = { workspace = true }
metrics-exporter-prometheus = { workspace = true }
ouisync-bridge = { path = "../bridge" }
Expand Down
2 changes: 1 addition & 1 deletion utils/btdht/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async-trait = { workspace = true }
futures-util = { version = "0.3.21", default-features = false }
btdht = { workspace = true }
ouisync-lib = { package = "ouisync", path = "../../lib" }
env_logger = "0.9.0"
env_logger = "0.11.5"
log = "0.4.17"
rand = { workspace = true }
structopt = "0.3.26"
Expand Down
6 changes: 3 additions & 3 deletions vfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ winapi = { version = "0.3.9", features = ["ntstatus", "winnt"] }

[dev-dependencies]
criterion = { workspace = true, features = ["html_reports"] }
proptest = "1.0"
rand = "0.8.5"
proptest = { workspace = true }
rand = { workspace = true }
tempfile = { workspace = true }
test-strategy = "0.2.1"
test-strategy = { workspace = true }
tracing-subscriber = { workspace = true, features = [ "env-filter" ] }

0 comments on commit 1812417

Please sign in to comment.